Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
PWR_CTRL_PROPERTIES_s Struct Reference

Collection of power control properties. More...

#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>

+ Collaboration diagram for PWR_CTRL_PROPERTIES_s:

Data Fields

uint16_t VSecReference
 User secondary-voltage port reference setting used to control the power converter output voltage in buck mode.
 
uint16_t VPriReference
 User primary-voltage port reference setting used to control the power converter output voltage in boost mode.
 
int16_t IReference
 User current reference setting used to control the converter controller.
 
uint16_t PwrReference
 User power reference setting used to control the converter controller.
 
bool Precharged
 placeholder for precharge. false when not precharged. true when charged
 
bool Enable
 Control Flag: When set, enables the converter triggering a startup sequence; When cleared, forces theS power supply to reset and turn off.
 

Detailed Description

This data structure can be use to initialize the desired output voltage, current and power. THe bits like charging state and if the power supply is enabled can be monitored in this structure.

Definition at line 145 of file pwrctrl_typedef.h.

Field Documentation

◆ Enable

bool Enable

Definition at line 154 of file pwrctrl_typedef.h.

◆ IReference

int16_t IReference

Definition at line 149 of file pwrctrl_typedef.h.

◆ Precharged

bool Precharged

Definition at line 153 of file pwrctrl_typedef.h.

◆ PwrReference

uint16_t PwrReference

Definition at line 150 of file pwrctrl_typedef.h.

◆ VPriReference

uint16_t VPriReference

Definition at line 148 of file pwrctrl_typedef.h.

◆ VSecReference

uint16_t VSecReference

Definition at line 147 of file pwrctrl_typedef.h.


The documentation for this struct was generated from the following file: