#define LED_SET_OFF 1
struct | |
{ | |
void* next; | < Pointer to next LED descriptor. |
uint32_t timOn; | < Time the LED is on. |
uint32_t timOff; | < Time the LED is off. |
uint32_t tim; | < Internal current time of a LED |
int bank; | < Port where led is connected |
int pin; | < Pin on port, where led is connected |
int state; | < Current state |
uint_fast8_t fx; | < Selected function of led |
} |
Visible in: | nut/dev/led.c | |
Used in: | NutRegisterLed() | nut/dev/led.c |
sys_led() | nut/dev/led.c |
Visible in: | nut/dev/led.c | |
Used in: | NutRegisterLed() | nut/dev/led.c |
Visible in: | nut/dev/led.c | |
Used in: | NutRegisterLed() | nut/dev/led.c |
Calls: | GpioPinConfigSet() | nut/arch/m68k/coldfire/dev/mcf5225x/mcf5225x_gpio.c |
GpioPinSetHigh() | nut/arch/avr/dev/gpio_avr.c | |
Called by: | NutRegisterLed() | nut/dev/led.c |
Prototyped in: | nut/include/dev/led.h | |
Calls: | InitLED() | nut/dev/led.c |
NutThreadCreate() | nut/arch/cm3/os/context.c | |
malloc() | nut/crt/malloc.c | |
memset() | nut/c/string/memset.c | |
NutTimerStart() | ||
References Functions: | LedTimerCb() | nut/dev/led.c |
sys_led() | nut/dev/led.c | |
References Variables: | first_led | nut/dev/led.c |
led_evt | nut/dev/led.c | |
led_tmr | nut/dev/led.c |
Prototyped in: | nut/include/dev/led.h | |
Calls: | GpioPinSet() | nut/arch/avr/dev/gpio_avr.c |
Called by: | sys_led() | nut/dev/led.c |
Prototyped in: | nut/dev/led.c | |
Calls: | NutSetLed() | nut/dev/led.c |
NutEventWait(), NutGetMillis(), NutThreadSetPriority() | ||
Used in: | NutRegisterLed() | nut/dev/led.c |
References Variables: | first_led | nut/dev/led.c |
Calls: | NutEventPostAsync() | |
Used in: | NutRegisterLed() | nut/dev/led.c |