Power control API structure. More...
Collaboration diagram for POWER_CONTROL_s:Data Fields | |
| STATUS_FLAGS_t | Status |
| Power Supply status flags, running or fault. | |
| PWR_CTRL_STATE_t | State |
| Power Control SM State ID. | |
| PWR_CTRL_PROPERTIES_t | Properties |
| Power Control properties | |
| SWITCH_NODE_t | Pwm |
| Switch node settings. | |
| FEEDBACK_SETTINGS_t | Data |
| Feedback channel settings. | |
| FAULT_SETTINGS_t | Fault |
| Fault flags and settings. | |
| START_UP_RAMP_t | VRamp |
| Voltage ramp-up settings. | |
| START_UP_RAMP_t | IRamp |
| Current ramp-up settings. | |
| START_UP_RAMP_t | PRamp |
| Power ramp-up settings. | |
| CONTROLLER_t | ILoop |
| structure for current controller data | |
| CONTROLLER_t | VLoop |
| structure for voltage controller data | |
| CONTROLLER_t | PLoop |
| structure for power controller data | |
| PWR_CTRL_CHARGE_STATE_t | PowerDirection |
| defines if the power converter is in charging or discharging mode | |
This data structure contains all the properties of the power control.
Definition at line 167 of file pwrctrl_typedef.h.
| FEEDBACK_SETTINGS_t Data |
Definition at line 173 of file pwrctrl_typedef.h.
| FAULT_SETTINGS_t Fault |
Definition at line 174 of file pwrctrl_typedef.h.
| CONTROLLER_t ILoop |
Definition at line 178 of file pwrctrl_typedef.h.
| START_UP_RAMP_t IRamp |
Definition at line 176 of file pwrctrl_typedef.h.
| CONTROLLER_t PLoop |
Definition at line 180 of file pwrctrl_typedef.h.
| PWR_CTRL_CHARGE_STATE_t PowerDirection |
Definition at line 181 of file pwrctrl_typedef.h.
| START_UP_RAMP_t PRamp |
Definition at line 177 of file pwrctrl_typedef.h.
| PWR_CTRL_PROPERTIES_t Properties |
Definition at line 171 of file pwrctrl_typedef.h.
| SWITCH_NODE_t Pwm |
Definition at line 172 of file pwrctrl_typedef.h.
| PWR_CTRL_STATE_t State |
Definition at line 170 of file pwrctrl_typedef.h.
| STATUS_FLAGS_t Status |
Definition at line 169 of file pwrctrl_typedef.h.
| CONTROLLER_t VLoop |
Definition at line 179 of file pwrctrl_typedef.h.
| START_UP_RAMP_t VRamp |
Definition at line 175 of file pwrctrl_typedef.h.