Stores data related to the ramping up/down of the reference. More...
#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
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 | |
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.
uint16_t Counter |
Definition at line 109 of file pwrctrl_typedef.h.
uint16_t Delay |
Definition at line 110 of file pwrctrl_typedef.h.
uint16_t* ptrReference |
Definition at line 112 of file pwrctrl_typedef.h.
uint16_t* ptrReferenceTarget |
Definition at line 113 of file pwrctrl_typedef.h.
bool RampComplete |
Definition at line 114 of file pwrctrl_typedef.h.
uint16_t StepSize |
Definition at line 111 of file pwrctrl_typedef.h.