Main AC Monitor data object data type declaration. More...
#include <vac_monitor_typedef.h>
Data Fields | |
VACM_STATES_t | state |
state machine operating state ID | |
VACM_STATUS_t | status |
AC monitor status flags. | |
VACM_FAULT_t | fault |
AC monitor fault flags. | |
VACM_TIMEBASE_t | timebase |
information related to line cycle and zero cross timing | |
VACM_VIN_t | vin |
information related to input voltage | |
VACM_AVGCALC_BUFFER_t | avgcalc_buffer |
used for store information needed at runtime for calculation of average of rectified input voltage | |
Definition at line 201 of file vac_monitor_typedef.h.
VACM_AVGCALC_BUFFER_t avgcalc_buffer |
Definition at line 208 of file vac_monitor_typedef.h.
VACM_FAULT_t fault |
Definition at line 205 of file vac_monitor_typedef.h.
VACM_STATES_t state |
Definition at line 203 of file vac_monitor_typedef.h.
VACM_STATUS_t status |
Definition at line 204 of file vac_monitor_typedef.h.
VACM_TIMEBASE_t timebase |
Definition at line 206 of file vac_monitor_typedef.h.
VACM_VIN_t vin |
Definition at line 207 of file vac_monitor_typedef.h.