1.1.4.16 DRV_METROLOGY_GetStatusData Function
C
DRV_METROLOGY_REGS_STATUS * DRV_METROLOGY_GetStatusData(void);SummaryGet the pointer to the status registers of the metrology library application running on the second processor.
DescriptionThe Metrology library generates
primary 32-bit output measurement quantities for each measurement interval. For
a detailed description of the status registers, refer to the
drv_metrology_regs.h header
file.
None.
ReturnsPointer to the 32-bit metrology output measurement quantities for each measurement interval.
Example /* Get Pointers to metrology data regions */
app_metrologyData.pMetControl = DRV_METROLOGY_GetControlData();
app_metrologyData.pMetStatus = DRV_METROLOGY_GetStatusData();
app_metrologyData.pMetAccData = DRV_METROLOGY_GetAccData();
app_metrologyData.pMetHarData = DRV_METROLOGY_GetHarData();RemarksNone.
