1.1.4.40 DRV_METROLOGY_AFE_DATA Struct
C
typedefstruct {
int32_t energy;
DRV_METROLOGY_AFE_EVENTS afeEvents;
uint32_t measure[MEASURE_TYPE_NUM];
} DRV_METROLOGY_AFE_DATA;SummaryIdentifies the data calculated from the Metrology AFE measurements.
DescriptionField description:
- energy. Active energy calculated value.
- afeEvents. AFE events data.
- measure. Measure calculated values.
None.
