VAC Types define. More...
#include <xc.h>
#include <stdint.h>
#include <stdbool.h>
#include <dsp.h>
Go to the source code of this file.
Data Structures | |
struct | VACM_STATUS_s |
ADD_SHORT_DESCRIPTION. More... | |
struct | VACM_FAULT_s |
ADD_SHORT_DESCRIPTION. More... | |
struct | VACM_VIN_s |
ADD_SHORT_DESCRIPTION. More... | |
struct | VACM_AVGCALC_BUFFER_s |
struct | VACM_TIMEBASE_s |
ADD_SHORT_DESCRIPTION. More... | |
struct | VACM_s |
Main AC Monitor data object data type declaration. More... | |
Typedefs | |
typedef struct VACM_STATUS_s | VACM_STATUS_t |
Status word of the AC voltage monitor flags object. | |
typedef struct VACM_FAULT_s | VACM_FAULT_t |
Fault word of the AC voltage monitor flags object. | |
typedef struct VACM_VIN_s | VACM_VIN_t |
typedef struct VACM_AVGCALC_BUFFER_s | VACM_AVGCALC_BUFFER_t |
typedef struct VACM_TIMEBASE_s | VACM_TIMEBASE_t |
typedef enum VACM_STATES_e | VACM_STATES_t |
Enumeration of state machine operating states data type. | |
typedef struct VACM_s | VACM_t |
Enumerations | |
enum | VACM_STATES_e { VACM_STATE_STANDBY = 0x00 , VACM_STATE_DCDETECT = 0x01 , VACM_STATE_DCMODE = 0x02 , VACM_STATE_WAIT_ZC = 0x03 , VACM_STATE_ACSYNC = 0x04 , VACM_STATE_ONLINE = 0x05 , VACM_STATE_ACDROP = 0x06 } |
Enumeration of state machine operating states. More... | |
VAC Type defintition file
Definition in file vac_monitor_typedef.h.
typedef struct VACM_AVGCALC_BUFFER_s VACM_AVGCALC_BUFFER_t |
Definition at line 151 of file vac_monitor_typedef.h.
typedef struct VACM_FAULT_s VACM_FAULT_t |
Definition at line 113 of file vac_monitor_typedef.h.
typedef enum VACM_STATES_e VACM_STATES_t |
Definition at line 192 of file vac_monitor_typedef.h.
typedef struct VACM_STATUS_s VACM_STATUS_t |
Definition at line 77 of file vac_monitor_typedef.h.
Definition at line 210 of file vac_monitor_typedef.h.
typedef struct VACM_TIMEBASE_s VACM_TIMEBASE_t |
Definition at line 172 of file vac_monitor_typedef.h.
typedef struct VACM_VIN_s VACM_VIN_t |
Definition at line 135 of file vac_monitor_typedef.h.