Public properties of the application layer of the power control task. More...
Variables | |
volatile struct BUCK_CONVERTER_s | buck |
Global data object for a BUCK CONVERTER. More... | |
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.
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.