1.1.4.14 DRV_METROLOGY_GetChannelDescription Function

C

DRV_METROLOGY_CHANNEL * DRV_METROLOGY_GetChannelDescription(void);

Summary

Get the pointer to the channel description table.

Description

Channel description table contains information about how channels have been configured.

Parameters

None.

Example

app_metrologyData.channelDesc = DRV_METROLOGY_GetChannelDescription();

Remarks

None.