Collection of power control properties. More...
#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
Data Fields | |
uint16_t | VSecReference |
User secondary-voltage port reference setting used to control the power converter output voltage in buck mode. | |
uint16_t | VPriReference |
User primary-voltage port reference setting used to control the power converter output voltage in boost mode. | |
int16_t | IReference |
User current reference setting used to control the converter controller. | |
uint16_t | PwrReference |
User power reference setting used to control the converter controller. | |
bool | Precharged |
placeholder for precharge. false when not precharged. true when charged | |
bool | Enable |
Control Flag: When set, enables the converter triggering a startup sequence; When cleared, forces theS power supply to reset and turn off. | |
This data structure can be use to initialize the desired output voltage, current and power. THe bits like charging state and if the power supply is enabled can be monitored in this structure.
Definition at line 145 of file pwrctrl_typedef.h.
bool Enable |
Definition at line 154 of file pwrctrl_typedef.h.
int16_t IReference |
Definition at line 149 of file pwrctrl_typedef.h.
bool Precharged |
Definition at line 153 of file pwrctrl_typedef.h.
uint16_t PwrReference |
Definition at line 150 of file pwrctrl_typedef.h.
uint16_t VPriReference |
Definition at line 148 of file pwrctrl_typedef.h.
uint16_t VSecReference |
Definition at line 147 of file pwrctrl_typedef.h.