FastLED 3.9.15
Loading...
Searching...
No Matches

◆ LogCategory

enum class fl::LogCategory : fl::u8
strong

Logger category identifiers for registry-based access Each category has separate ISR and main thread loggers (SPSC requirement)

Enumerator
PARLIO_ISR 
PARLIO_MAIN 
RMT_ISR 
RMT_MAIN 
SPI_ISR 
SPI_MAIN 
AUDIO_ISR 
AUDIO_MAIN 
INTERRUPT_ISR 
INTERRUPT_MAIN 
MAX_CATEGORIES 

Definition at line 55 of file async_logger.h.

55 : fl::u8 {
56 PARLIO_ISR = 0,
57 PARLIO_MAIN = 1,
58 RMT_ISR = 2,
59 RMT_MAIN = 3,
60 SPI_ISR = 4,
61 SPI_MAIN = 5,
62 AUDIO_ISR = 6,
63 AUDIO_MAIN = 7,
64 INTERRUPT_ISR = 8,
66 // Add new categories here (max 16 total)
68};
unsigned char u8
Definition stdint.h:131
@ SPI_ISR
Use ISR-based software (Async)
Definition config.h:29