1.1.4.32 DRV_METROLOGY_CaptureDisableChannels Function
C
Returns
void DRV_METROLOGY_CaptureDisableChannels(uint8_t channelMask);SummaryDisable the channels to be captured.
DescriptionUp to 7 channels of data may be captured at the same time. Only enabled channels are captured.
Parameters| Param | Description |
|---|---|
| channelMask | Capture Disable Channel Mask. |
None.
ExampleDRV_METROLOGY_CaptureDisableChannels(CAPTURE_CHN_IB | CAPTURE_CHN_VB);RemarksNone.
