2.1.4.25 DRV_MCMETROLOGY_GetAFEDescription Function

C
DRV_MCMETROLOGY_AFE_TYPE DRV_MCMETROLOGY_GetAFEDescription (void);
Summary

Get the Analog Front End (AFE) type.

Description

AFE 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.

Parameters

None.

Returns

AFE type.

Example
    /* Get Analog Front End type */
    app_metrologyData.afeType = DRV_MCMETROLOGY_GetAFEDescription();
Remarks

None.