1.1.4.31 DRV_METROLOGY_CaptureEnableChannels Function
C
void DRV_METROLOGY_CaptureEnableChannels(uint8_t channelMask);
Summary
Enable the channels to be captured.
Description
Up to 7 channels of data may be captured at the same time. Only selected channels are captured.
Parameters
| Parameters | Description |
|---|---|
| channelMask | Capture Channel Mask. |
Returns
None.
Example
DRV_METROLOGY_CaptureEnableChannels(CAPTURE_CHN_IA | CAPTURE_CHN_VA | CAPTURE_CHN_IB | CAPTURE_CHN_VB);
Remarks
None.
