Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
pwrctrl.c File Reference

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 "pwrctrl.h"
+ Include dependency graph for pwrctrl.c:

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_tpsfb_ptr = &psfb
 

Detailed Description


Definition in file pwrctrl.c.

Variable Documentation

◆ psfb_ptr

POWER_CONTROL_t* psfb_ptr = &psfb

Definition at line 28 of file pwrctrl.c.