Public functions of the application layer of the debugging LED task.
More...
Public functions of the application layer of the debugging LED task.
This is the detailed description of public API functions of the on-board debugging LED task.
◆ appLED_Dispose()
volatile uint16_t appLED_Dispose |
( |
void |
| ) |
|
Frees the resources of the debugging LED driver.
- Parameters
-
- Returns
- unsigned int (0=failure, 1=success) This routine is used to end the debugging LED driver task and frees its resources.
Definition at line 83 of file app_led.c.
◆ appLED_Execute()
volatile uint16_t appLED_Execute |
( |
void |
| ) |
|
Executes the debugging LED driver.
- Parameters
-
- Returns
- unsigned int (0=failure, 1=success) This routine executes the debugging LED driver controlling the toggling interval of the debugging LED.
Definition at line 53 of file app_led.c.
◆ appLED_Initialize()
volatile uint16_t appLED_Initialize |
( |
void |
| ) |
|
Initializes the LED driving GPIO.
- Parameters
-
- Returns
- unsigned int (0=failure, 1=success) This routine configures the driving GPIO as output and sets the initial toggle interval of the debugging LED.
Definition at line 30 of file app_led.c.