2.1.4.25 DRV_MCMETROLOGY_GetAFEDescription Function
C
DRV_MCMETROLOGY_AFE_TYPE DRV_MCMETROLOGY_GetAFEDescription (void);SummaryGet the AFE type.
DescriptionAFE type could be used
to get information about the typology of the connected
devices. For a detailed description of the AFE types, refer
to the drv_mcmetrology_definitions.h header
file.
None.
ReturnsAFE type.
Example /* Get Analog Front End type */
app_metrologyData.afeType = DRV_MCMETROLOGY_GetAFEDescription();RemarksNone.
