1.1.4.13 DRV_METROLOGY_GetAFEDescription Function

C
DRV_METROLOGY_AFE_TYPE DRV_METROLOGY_GetAFEDescription (char *pDescription);
Summary

Get the AFE type.

Description

AFE type returned by this function provides information about the ATSENSE/MCP(s) device(s) connected to metrology library.

Parameters
ParamDescription
pDescriptionPointer to string where description will be written.
Returns

AFE type. For available types see DRV_METROLOGY_AFE_TYPE Enum.

Example
char afeDesc[30];

app_metrologyData.afe = DRV_METROLOGY_GetAFEDescription(afeDesc);
Remarks

None.