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

Public functions of the application layer of the debugging LED task. More...

+ Collaboration diagram for Public Functions:

Functions

volatile uint16_t appLED_Initialize (void)
 Initializes the LED driving GPIO. More...
 
volatile uint16_t appLED_Execute (void)
 Executes the debugging LED driver. More...
 
volatile uint16_t appLED_Dispose (void)
 Frees the resources of the debugging LED driver. More...
 

Detailed Description

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.

Function Documentation

◆ appLED_Dispose()

volatile uint16_t appLED_Dispose ( void  )

Frees the resources of the debugging LED driver.

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

+ Here is the caller graph for this function:

◆ appLED_Initialize()

volatile uint16_t appLED_Initialize ( void  )

Initializes the LED driving GPIO.

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

+ Here is the caller graph for this function: