#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
Data Fields | |
uint16_t | samples [ROLLING_AVG_SAMPLE_POINTS] |
uint32_t | Accumulator |
uint16_t | Index |
uint16_t | AverageValue |
Definition at line 210 of file pwrctrl_typedef.h.
uint32_t Accumulator |
Definition at line 213 of file pwrctrl_typedef.h.
uint16_t AverageValue |
Definition at line 215 of file pwrctrl_typedef.h.
uint16_t Index |
Definition at line 214 of file pwrctrl_typedef.h.
uint16_t samples[ROLLING_AVG_SAMPLE_POINTS] |
Definition at line 212 of file pwrctrl_typedef.h.