1.1.4.52 DRV_METROLOGY_AFE_EVENTS_UNION Union
C
typedef union {
DRV_METROLOGY_AFE_EVENTS afeEvents;
uint64_t afeEventsMask;
} DRV_METROLOGY_AFE_EVENTS_UNION;SummaryUnion between AFE Events structure and the equivalent mask bitmap.
DescriptionThis union is used to quickly identify whether there are changes in events respect to the previous state using the mask, instead of walking through structure.
