1.1.4.17 DRV_METROLOGY_GetAccData Function
DRV_METROLOGY_REGS_ACCUMULATORS * DRV_METROLOGY_GetAccData (void);SummaryGet the pointer to the accumulator registers of the metrology library application running on the second processor.
DescriptionAccumulator registers are
acting as 64-bit metrology output accumulator registers. All
values are integrated at an equivalent sampling rate of
4.000 kHz. The Metrology library shall generate the
following primary output measurement quantities for each
measurement interval, per-phase quantities with each phase
designated by the subscript “_x” (where x = for voltage
channels and x = for current channels) For a detailed
description of the control registers, refer to the
drv_metrology_regs.h header
file.
None.
ReturnsPointer to the 32-bit metrology input control registers.
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.
