EPC9143 300 W 16th Brick DC/DC Module Reference Design

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_POWER_CONTROLLER_s buck

Global data object for a BUCK CONVERTER.

Global data object for the BUCK CONVERTER.

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

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

Definition at line 1 of file app_power_control.c.