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

Public properties of the application layer of the power control task. More...

+ Collaboration diagram for Public Properties:

Variables

volatile struct BUCK_CONVERTER_s buck
 Global data object for a BUCK CONVERTER. More...
 

Detailed Description

Public properties of the application layer of the power control task.

This is the detailed description of public variables, data types, enumerations, defines and macros of the application layer of the power control task.

Variable Documentation

◆ buck

volatile struct BUCK_CONVERTER_s buck

Global data object for a BUCK CONVERTER.

The 'buck' data object holds all status, control and monitoring values of the BUCK power controller. The BUCK_CONVERTER_s data structure is defined in dev_buck_converter.h. Please refer to the comments on top of this file for further information.

Definition at line 1 of file app_power_control.c.