Nut/OS  5.0.5
API Reference
LEDEventT Struct Reference
Collaboration diagram for LEDEventT:
[legend]

Data Fields

void * next
uint32_t timOn
uint32_t timOff
uint32_t tim
int bank
int pin
int state
uint_fast8_t fx

Field Documentation

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().

Port where led is connected

Referenced by InitLED(), NutRegisterLed(), and NutSetLed().

Pin on port, where led is connected

Referenced by InitLED(), NutRegisterLed(), and NutSetLed().

Current state

Referenced by NutRegisterLed(), NutSetLed(), and sys_led().

Selected function of led

Referenced by NutSetLed(), and sys_led().


The documentation for this struct was generated from the following file: