Public functions of the LC display task. More...
Functions | |
volatile uint16_t | appLCD_Initialize (void) |
Initializes the LC display. More... | |
volatile uint16_t | appLCD_Execute (void) |
Refreshes the LC display. More... | |
volatile uint16_t | appLCD_Dispose (void) |
Unloads the LC display data object and resources. More... | |
Public functions of the LC display task.
This is the detailed description of public API functions of the LC display task.
volatile uint16_t appLCD_Dispose | ( | void | ) |
Unloads the LC display data object and resources.
void |
volatile uint16_t appLCD_Execute | ( | void | ) |
Refreshes the LC display.
void |
Definition at line 120 of file app_lcd.c.
volatile uint16_t appLCD_Initialize | ( | void | ) |
Initializes the LC display.
void |
Definition at line 88 of file app_lcd.c.