Averaging data type. More...
#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
Data Fields | |
uint32_t | Accumulator |
uint16_t | Counter |
uint16_t | AveragingCount |
uint16_t | AverageValue |
This data structure manages averaging data strucutre, used in PwrCtrl_UpdateAverage
Definition at line 199 of file pwrctrl_typedef.h.
uint32_t Accumulator |
Definition at line 201 of file pwrctrl_typedef.h.
uint16_t AverageValue |
Definition at line 204 of file pwrctrl_typedef.h.
uint16_t AveragingCount |
Definition at line 203 of file pwrctrl_typedef.h.
uint16_t Counter |
Definition at line 202 of file pwrctrl_typedef.h.