Power converter switch-node specifications. More...
#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
Data Fields | |
uint16_t | ControlPeriod |
Control period value from control loop. | |
uint16_t | ControlDutyCycle |
Control Duty Cycle calculation based on Control Period. | |
uint16_t | ControlPhase |
Control phase value from control loop. | |
uint16_t | ControlPhase_P2S_Degreex10 |
Control phase value from control loop in 10 x degree, integer. | |
uint16_t | ControlPhase_P2S_Target |
Control phase value from control loop in degrees. | |
uint16_t | DeadTimeHigh |
Deadtime High settings for PWM. | |
uint16_t | DeadTimeLow |
Deadtime High settings for PWM. | |
uint16_t | PBVPeriodTarget |
Power Board Visualizer Set Control target. | |
uint16_t | PBVControlPhaseTarget |
Power Board Visualizer Set Control phase. | |
uint16_t | LowPowerSlowMode |
future development | |
This data structure is used to set the converter switch-node specifications declaring which PWM channel is used as well as its switching period, duty cycle and phase-shift.
Definition at line 36 of file pwrctrl_typedef.h.
uint16_t ControlDutyCycle |
Definition at line 39 of file pwrctrl_typedef.h.
uint16_t ControlPeriod |
Definition at line 38 of file pwrctrl_typedef.h.
uint16_t ControlPhase |
Definition at line 40 of file pwrctrl_typedef.h.
uint16_t ControlPhase_P2S_Degreex10 |
Definition at line 41 of file pwrctrl_typedef.h.
uint16_t ControlPhase_P2S_Target |
Definition at line 42 of file pwrctrl_typedef.h.
uint16_t DeadTimeHigh |
Definition at line 43 of file pwrctrl_typedef.h.
uint16_t DeadTimeLow |
Definition at line 44 of file pwrctrl_typedef.h.
uint16_t LowPowerSlowMode |
Definition at line 47 of file pwrctrl_typedef.h.
uint16_t PBVControlPhaseTarget |
Definition at line 46 of file pwrctrl_typedef.h.
uint16_t PBVPeriodTarget |
Definition at line 45 of file pwrctrl_typedef.h.