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.

Returns

Pointer to the struct to channel configuration. Struct contents available in DRV_METROLOGY_CHANNEL Struct.

Example
app_metrologyData.channelDesc = DRV_METROLOGY_GetChannelDescription();
Remarks

None.