Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
START_UP_RAMP_s Struct Reference

Stores data related to the ramping up/down of the reference. More...

#include <C:/MCU16Projects/bitbucket/dspic33ck-power-dcdc-dual-active-bridge-development-platform/dspic33ck-dab.X/sources/pwrctrl/pwrctrl_typedef.h>

+ Collaboration diagram for START_UP_RAMP_s:

Data Fields

uint16_t Counter
 Soft-Start Execution Counter. This setting is set/cleared by the device driver and is 'read only'.
 
uint16_t Delay
 Soft-Start Period (POD, RAMP PERIOD, PGD, etc.)
 
uint16_t StepSize
 Size/value of one reference increment/decrement or this period.
 
uint16_t * ptrReference
 pointer the reference variable
 
uint16_t * ptrReferenceTarget
 pointer to the ramp-up reference target
 
bool RampComplete
 indicates when ramp-up is complete
 

Detailed Description

This data structure manages the ramping up/down of the reference depending on the target. "reference" is the actual reference currently being used while "targetReference" can be different that reference during soft-start.

Definition at line 98 of file pwrctrl_typedef.h.

Field Documentation

◆ Counter

uint16_t Counter

Definition at line 100 of file pwrctrl_typedef.h.

◆ Delay

uint16_t Delay

Definition at line 101 of file pwrctrl_typedef.h.

◆ ptrReference

uint16_t* ptrReference

Definition at line 103 of file pwrctrl_typedef.h.

◆ ptrReferenceTarget

uint16_t* ptrReferenceTarget

Definition at line 104 of file pwrctrl_typedef.h.

◆ RampComplete

bool RampComplete

Definition at line 105 of file pwrctrl_typedef.h.

◆ StepSize

uint16_t StepSize

Definition at line 102 of file pwrctrl_typedef.h.


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