Collection of power control properties. More...
Collaboration diagram for PWR_CTRL_PROPERTIES_s: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 | ChargingState |
| Control Flag: When set, enables PWM output while keeping control loop disabled; Skips closed loop ramp up states and directly jumps to state Online. | |
| bool | Enable |
| Control Flag: When set, enables the converter triggering a startup sequence; When cleared, forces teh 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 148 of file pwrctrl_typedef.h.
| bool ChargingState |
Definition at line 155 of file pwrctrl_typedef.h.
| bool Enable |
Definition at line 156 of file pwrctrl_typedef.h.
| int16_t IReference |
Definition at line 152 of file pwrctrl_typedef.h.
| uint16_t PwrReference |
Definition at line 153 of file pwrctrl_typedef.h.
| uint16_t VPriReference |
Definition at line 151 of file pwrctrl_typedef.h.
| uint16_t VSecReference |
Definition at line 150 of file pwrctrl_typedef.h.