Bar Logo 4kW dsPIC33C PSFB DC-DC DA (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 <psfb_droop.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 107 of file pwrctrl_typedef.h.

Field Documentation

◆ Counter

uint16_t Counter

Definition at line 109 of file pwrctrl_typedef.h.

◆ Delay

uint16_t Delay

Definition at line 110 of file pwrctrl_typedef.h.

◆ ptrReference

uint16_t* ptrReference

Definition at line 112 of file pwrctrl_typedef.h.

◆ ptrReferenceTarget

uint16_t* ptrReferenceTarget

Definition at line 113 of file pwrctrl_typedef.h.

◆ RampComplete

bool RampComplete

Definition at line 114 of file pwrctrl_typedef.h.

◆ StepSize

uint16_t StepSize

Definition at line 111 of file pwrctrl_typedef.h.


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