#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 |
Company: Microchip Technology Inc. File Name: smps_interfaces.h
Summary: This header file lists the interfaces used by the Switch Mode Power Supply compensator library.
Description: SMPS Control (Compensator) library interface header file
This header file lists the type defines for structures used by the SMPS library. Library function definitions are also listed along with information regarding the arguments of each library function.
Definition at line 121 of file smps_control.h.
int16_t* aCoefficients |
Definition at line 123 of file smps_control.h.
int16_t* bCoefficients |
Definition at line 124 of file smps_control.h.
int16_t* controlHistory |
Definition at line 125 of file smps_control.h.
int16_t* errorHistory |
Definition at line 127 of file smps_control.h.
uint16_t maxOutput |
Definition at line 133 of file smps_control.h.
uint16_t minOutput |
Definition at line 132 of file smps_control.h.
int16_t postScaler |
Definition at line 131 of file smps_control.h.
int16_t postShift |
Definition at line 130 of file smps_control.h.
uint16_t preShift |
Definition at line 129 of file smps_control.h.