Nut/OS  4.10.3
API Reference
LEDEventT Struct Reference
Collaboration diagram for LEDEventT:

Data Fields

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

Detailed Description

Definition at line 93 of file led.c.


Field Documentation

Pointer to next LED descriptor.

Definition at line 95 of file led.c.

Referenced by NutRegisterLed(), and sys_led().

Time the LED is on.

Definition at line 96 of file led.c.

Referenced by NutSetLed(), and sys_led().

Time the LED is off.

Definition at line 97 of file led.c.

Referenced by NutSetLed(), and sys_led().

Internal current time of a LED

Definition at line 98 of file led.c.

Referenced by NutSetLed(), and sys_led().

Port where led is connected

Definition at line 99 of file led.c.

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

Pin on port, where led is connected

Definition at line 100 of file led.c.

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

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


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