#include <smps_control.h>
Data Fields | |
int16_t * | aCoefficients |
int16_t * | bCoefficients |
int16_t * | controlHistory |
int16_t * | errorHistory |
uint16_t | preShift |
int16_t | postShift |
int16_t | postScaler |
uint16_t | minOutput |
uint16_t | maxOutput |
uint16_t | KfactorCoeffsB |
Definition at line 166 of file smps_control.h.
int16_t* aCoefficients |
Definition at line 168 of file smps_control.h.
int16_t* bCoefficients |
Definition at line 169 of file smps_control.h.
int16_t* controlHistory |
Definition at line 170 of file smps_control.h.
int16_t* errorHistory |
Definition at line 172 of file smps_control.h.
uint16_t KfactorCoeffsB |
Definition at line 180 of file smps_control.h.
uint16_t maxOutput |
Definition at line 178 of file smps_control.h.
uint16_t minOutput |
Definition at line 177 of file smps_control.h.
int16_t postScaler |
Definition at line 176 of file smps_control.h.
int16_t postShift |
Definition at line 175 of file smps_control.h.
uint16_t preShift |
Definition at line 174 of file smps_control.h.