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

ParametersDescription
pDescriptionPointer to string where description will be written

Example

char afeDesc[30];

app_metrologyData.afe = DRV_METROLOGY_GetAFEDescription(afeDesc);

Remarks

None.