1.1.4.18 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 provides
information on a set of 32-bit status registers. For a detailed description of
the status registers, refer to the drv_metrology_regs.h header
file.
None.
ReturnsPointer to the 32-bit metrology status register.
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.
