Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
Power Control Data Types

Contains the collection of power control data types. More...

+ Collaboration diagram for Power Control Data Types:

Data Structures

struct  SWITCH_NODE_s
 Power converter switch-node specifications. More...
 
struct  FEEDBACK_SETTINGS_s
 Publicly accessible data buffer of most recent runtime data values. More...
 
struct  STATUS_FLAGS_s
 Power converter status flags. More...
 
struct  START_UP_RAMP_s
 Stores data related to the ramping up/down of the reference. More...
 
struct  CONTROLLER_s
 Stores data related to the control loop properties. More...
 
struct  PWR_CTRL_PROPERTIES_s
 Collection of power control properties. More...
 
struct  PRECHARGE_s
 Collection of Precharge Properties. More...
 
struct  SEC_REC_s
 Collection of Secondary Rectifier Properties. More...
 
struct  AVERAGING_s
 Averaging data type. More...
 
struct  DROOP_s
 Collection of Secondary Rectifier Properties. More...
 
struct  CALIBRATE_S
 Collection of calibrate Properties. More...
 
struct  POWER_CONTROL_s
 Power control API structure. More...
 

Enumerations

enum  PWR_CTRL_STATES_e { PWRCTRL_STATE_INITIALIZE = 0 , PWRCTRL_STATE_PRECHARGE , PWRCTRL_STATE_STANDBY , PWRCTRL_STATE_SOFT_START , PWRCTRL_STATE_UP_AND_RUNNING , PWRCTRL_STATE_FAULT_DETECTION }
 Enumeration of power controller state machine states. More...
 

Detailed Description

This document covers all the data types used in power control application.

Enumeration Type Documentation

◆ PWR_CTRL_STATES_e

These are all of the states for the power controller state machine

Enumerator
PWRCTRL_STATE_INITIALIZE 

power converter control state #0: initializes object properties and clears status bits

PWRCTRL_STATE_PRECHARGE 

power converter control state #1: charging output caps

PWRCTRL_STATE_STANDBY 

power converter control state #2: waiting for status bits allowing power supply to run

PWRCTRL_STATE_SOFT_START 

power converter control state #4: performs soft-start sequence

PWRCTRL_STATE_UP_AND_RUNNING 

power converter control state #5: output is in regulation and power is OK (normal continuous operation)

PWRCTRL_STATE_FAULT_DETECTION 

power converter control state #6: checks if a fault occurs

Definition at line 18 of file pwrctrl_typedef.h.