Stores data related to the control loop properties. More...
#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
Data Fields | |
int16_t | Reference |
actual reference | |
uint16_t | Feedback |
coming | |
uint16_t | Output |
controller output | |
int16_t | AgcFactor |
Adaptive gain control. | |
bool | Enable |
Enable control loop. | |
This data structure manages the control loop properties. The "output" is the output of the controller, "reference" is the actual reference currently being used, and "targetReference" is the desirable reference that the control loop should achieved.
Definition at line 127 of file pwrctrl_typedef.h.
int16_t AgcFactor |
Definition at line 132 of file pwrctrl_typedef.h.
bool Enable |
Definition at line 133 of file pwrctrl_typedef.h.
uint16_t Feedback |
Definition at line 130 of file pwrctrl_typedef.h.
uint16_t Output |
Definition at line 131 of file pwrctrl_typedef.h.
int16_t Reference |
Definition at line 129 of file pwrctrl_typedef.h.