#include <psfb_droop.X/sources/pwrctrl/dcdt/smps_control.h>
Data Fields | |
int16_t * | abcCoefficients |
int16_t * | errorHistory |
int16_t | controlHistory |
int16_t | postScaler |
int16_t | preShift |
int16_t | postShift |
uint16_t | minOutput |
uint16_t | maxOutput |
Definition at line 198 of file smps_control.h.
int16_t* abcCoefficients |
Definition at line 200 of file smps_control.h.
int16_t controlHistory |
Definition at line 205 of file smps_control.h.
int16_t* errorHistory |
Definition at line 203 of file smps_control.h.
uint16_t maxOutput |
Definition at line 210 of file smps_control.h.
uint16_t minOutput |
Definition at line 209 of file smps_control.h.
int16_t postScaler |
Definition at line 206 of file smps_control.h.
int16_t postShift |
Definition at line 208 of file smps_control.h.
int16_t preShift |
Definition at line 207 of file smps_control.h.