1.1.4.14 DRV_METROLOGY_GetChannelDescription Function
C
DRV_METROLOGY_CHANNEL * DRV_METROLOGY_GetChannelDescription(void);SummaryGet the pointer to the channel description table.
DescriptionChannel description table contains information about how channels have been configured.
ParametersNone.
ReturnsPointer to the struct to channel configuration. Struct contents available in DRV_METROLOGY_CHANNEL Struct.
Exampleapp_metrologyData.channelDesc = DRV_METROLOGY_GetChannelDescription();RemarksNone.
