Digital Power Starter Kit 3 Firmware
dsPIC33C Buck Converter Voltage Mode Control Example

Public functions of the LC display task. More...

+ Collaboration diagram for Public Functions:

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

Detailed Description

Public functions of the LC display task.

This is the detailed description of public API functions of the LC display task.

Function Documentation

◆ appLCD_Dispose()

volatile uint16_t appLCD_Dispose ( void  )

Unloads the LC display data object and resources.

Parameters
void
Returns
unsigned int (0=failure, 1=success) This function unloads the LC display data object and frees its resources. The LCD_s data object of this display needs to be reinitialized before the LC display can be used again.

Definition at line 227 of file app_lcd.c.

◆ appLCD_Execute()

volatile uint16_t appLCD_Execute ( void  )

Refreshes the LC display.

Parameters
void
Returns
unsigned int (0=failure, 1=success) This function is frequently called by the task scheduler automatically updating currently displayed data and/or loading the most recent screen if a screen switch has been triggered by externally.

Definition at line 120 of file app_lcd.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ appLCD_Initialize()

volatile uint16_t appLCD_Initialize ( void  )

Initializes the LC display.

Parameters
void
Returns
unsigned int (0=failure, 1=success) This function initializes the LC display driver data object and loads the startup screen.

Definition at line 88 of file app_lcd.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: