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.
Referenced by NutRegisterLed(), and sys_led().
Time the LED is on.
Referenced by NutSetLed(), and sys_led().
Time the LED is off.
Referenced by NutSetLed(), and sys_led().
Internal current time of a LED
Referenced by NutSetLed(), and sys_led().
int LEDEventT::bank |
Port where led is connected
Referenced by InitLED(), NutRegisterLed(), and NutSetLed().
int LEDEventT::pin |
Pin on port, where led is connected
Referenced by InitLED(), NutRegisterLed(), and NutSetLed().
int LEDEventT::state |
Current state
Referenced by NutRegisterLed(), NutSetLed(), and sys_led().
Selected function of led
Referenced by NutSetLed(), and sys_led().