|
| #define | FL_LOG_AUDIO(X) |
| | Audio processing logging Logs audio sample processing, FFT computation, beat detection, and detector updates.
|
| |
| #define | FL_LOG_FLEXIO(X) |
| | FlexIO logging (Teensy 4.x) Logs FlexIO configuration, pin setup, DMA, and signal generation.
|
| |
| #define | FL_LOG_INTERRUPT(X) |
| | Interrupt handling logging Logs interrupt installation, handler registration, and ISR events.
|
| |
| #define | FL_LOG_OBJECTFLED(X) |
| | ObjectFLED logging (Teensy 4.x) Logs ObjectFLED configuration, pin mapping, and DMA transfers.
|
| |
| #define | FL_LOG_PARLIO(X) |
| | Parallel I/O (Parlio) logging (ESP32-P4) Logs Parlio configuration, GPIO setup, and parallel transfers.
|
| |
| #define | FL_LOG_RMT(X) |
| | Remote Control Module (RMT) logging (ESP32) Logs RMT channel configuration, timing, and signal generation.
|
| |
| #define | FL_LOG_SPI(X) |
| | Serial Peripheral Interface (SPI) logging Logs SPI configuration, initialization, and transfers.
|
| |