Contains power control initialization including control loop initialization and start-up initialization, and the power control execution. More...
#include <xc.h>
#include "pwm_hs/pwm_hs_types.h"
#include "pwm_hs/pwm.h"
#include "config/macros.h"
#include "pwrctrl.h"
#include "fault/fault.h"
#include "dcdt/pwrctrl_dcdt.h"
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. | |
Variables | |
POWER_CONTROL_t | dab |
Global data object for a DAB Converter. | |
<>
Definition in file pwrctrl.c.