Data Fields | |
void * | next |
uint32_t | timOn |
uint32_t | timOff |
uint32_t | tim |
int | bank |
int | pin |
int | state |
uint_fast8_t | fx |
void* LEDEventT::next |
Pointer to next LED descriptor.
Definition at line 95 of file led.c.
Referenced by NutRegisterLed(), and sys_led().
Internal current time of a LED
Definition at line 98 of file led.c.
Referenced by NutSetLed(), and sys_led().
int LEDEventT::bank |
Port where led is connected
Definition at line 99 of file led.c.
Referenced by InitLED(), NutRegisterLed(), and NutSetLed().
int LEDEventT::pin |
Pin on port, where led is connected
Definition at line 100 of file led.c.
Referenced by InitLED(), NutRegisterLed(), and NutSetLed().
int LEDEventT::state |
Current state
Definition at line 101 of file led.c.
Referenced by NutRegisterLed(), NutSetLed(), and sys_led().
Selected function of led
Definition at line 102 of file led.c.
Referenced by NutSetLed(), and sys_led().