Contains the collection of power control data types. More...
Data Structures | |
struct | SWITCH_NODE_s |
Power converter switch-node specifications. More... | |
struct | FEEDBACK_SETTINGS_s |
Publicly accessible data buffer of most recent runtime data values. More... | |
struct | STATUS_FLAGS_s |
Power converter status flags. More... | |
struct | START_UP_RAMP_s |
Stores data related to the ramping up/down of the reference. More... | |
struct | CONTROLLER_s |
Stores data related to the control loop properties. More... | |
struct | PWR_CTRL_PROPERTIES_s |
Collection of power control properties. More... | |
struct | PRECHARGE_s |
Collection of Precharge Properties. More... | |
struct | SEC_REC_s |
Collection of Secondary Rectifier Properties. More... | |
struct | AVERAGING_s |
Averaging data type. More... | |
struct | DROOP_s |
Collection of Secondary Rectifier Properties. More... | |
struct | CALIBRATE_S |
Collection of calibrate Properties. More... | |
struct | POWER_CONTROL_s |
Power control API structure. More... | |
Enumerations | |
enum | PWR_CTRL_STATES_e { PWRCTRL_STATE_INITIALIZE = 0 , PWRCTRL_STATE_PRECHARGE , PWRCTRL_STATE_STANDBY , PWRCTRL_STATE_SOFT_START , PWRCTRL_STATE_UP_AND_RUNNING , PWRCTRL_STATE_FAULT_DETECTION } |
Enumeration of power controller state machine states. More... | |
This document covers all the data types used in power control application.
enum PWR_CTRL_STATES_e |
These are all of the states for the power controller state machine
Definition at line 18 of file pwrctrl_typedef.h.