#include <smps_control.h>
Collaboration diagram for SMPS_PID_T: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 203 of file smps_control.h.
| int16_t* abcCoefficients |
Definition at line 205 of file smps_control.h.
| int16_t controlHistory |
Definition at line 210 of file smps_control.h.
| int16_t* errorHistory |
Definition at line 208 of file smps_control.h.
| uint16_t maxOutput |
Definition at line 215 of file smps_control.h.
| uint16_t minOutput |
Definition at line 214 of file smps_control.h.
| int16_t postScaler |
Definition at line 211 of file smps_control.h.
| int16_t postShift |
Definition at line 213 of file smps_control.h.
| int16_t preShift |
Definition at line 212 of file smps_control.h.