Contains power control initialization including control loop initialization and start-up initialization, and the power control execution. More...
Go to the source code of this file.
Functions | |
static void | PwrCtrl_StartUpInitialize (void) |
Initialize the StartUp Ramp configuration. | |
static void | PwrCtrl_ControlLoopInitialize (void) |
Initializes the control loop. | |
void | PwrCtrl_StateMachine (POWER_CONTROL_t *pcInstance) |
Manages the power control state machine. | |
void | PwrCtrl_Initialize (void) |
Initialize the power control parameters. | |
void | PwrCtrl_Execute (void) |
Executes the power control state machine. | |
void | PwrCtrl_Reset (void) |
Resets the power control properties. | |
void | PwrCtrl_MaxDutyCycle (void) |
Calculates the max duty cycle for precharge. | |
void | PwrCtrl_OffsetDatatypesInitalize (void) |
reset offset data types | |
Variables | |
POWER_CONTROL_t | psfb |
Global data object for a PSFB Converter. | |
POWER_CONTROL_t * | psfb_ptr = &psfb |
Definition in file pwrctrl.c.
POWER_CONTROL_t* psfb_ptr = &psfb |