IoT Drivers  v3.3.0 (S2022)
Engineering in Software Technology
status_leds.h
Go to the documentation of this file.
1 
22 #ifndef STATUS_LEDS_H_
23 #define STATUS_LEDS_H_
24 
31 typedef enum {
32  led_ST1 = 0
37 
38 /* ======================================================================================================================= */
49 void status_leds_initialise(UBaseType_t ledTaskPriority);
50 
51 /* ======================================================================================================================= */
59 
60 /* ======================================================================================================================= */
68 
69 /* ======================================================================================================================= */
77 
78 /* ======================================================================================================================= */
86 
87 /* ======================================================================================================================= */
95 
96 /* ======================================================================================================================= */
104 
105 #endif /* STATUS_LEDS_H_ */
led_ST1
@ led_ST1
Definition: status_leds.h:32
status_leds_shortPuls
void status_leds_shortPuls(status_leds_t led)
Makes the led light up in a short period.
status_leds_fastBlink
void status_leds_fastBlink(status_leds_t led)
Makes the led blink with a high frequency.
led_ST3
@ led_ST3
Definition: status_leds.h:34
status_leds_initialise
void status_leds_initialise(UBaseType_t ledTaskPriority)
Initialise the led driver.
led_ST2
@ led_ST2
Definition: status_leds.h:33
status_leds_slowBlink
void status_leds_slowBlink(status_leds_t led)
Makes the led blink with a low frequency.
status_leds_t
status_leds_t
Led identifications.
Definition: status_leds.h:31
status_leds_ledOff
void status_leds_ledOff(status_leds_t led)
Turns the led off.
status_leds_ledOn
void status_leds_ledOn(status_leds_t led)
Turns the led on.
status_leds_longPuls
void status_leds_longPuls(status_leds_t led)
Makes the led light up in a long period.
led_ST4
@ led_ST4
Definition: status_leds.h:35