1.1.4.31 DRV_METROLOGY_CaptureEnableChannels Function
C
Returns
void DRV_METROLOGY_CaptureEnableChannels(uint8_t channelMask);SummaryEnable the channels to be captured.
DescriptionUp to 7 channels of data may be captured at the same time. Only selected channels are captured.
Parameters| Param | Description |
|---|---|
| channelMask | Capture Channel Mask. |
None.
ExampleDRV_METROLOGY_CaptureEnableChannels(CAPTURE_CHN_IA | CAPTURE_CHN_VA | CAPTURE_CHN_IB | CAPTURE_CHN_VB);RemarksNone.
