Pulse Output Function

The pulse output functions include general pulse output (Pulse/Square waveform) and PWM output.

Pulse Output

The pulse output functions perform the pulse output operation.

The DRV_CounterPulseStart function starts the pulse output operation. When it is complete, use the DRV_CounterReset function to stop the pulse output operation.

Square Waveform Output

For PCI-1780/MIC-3780/PCM-3780, call DRV_FreqOutStart to configure the specified counter channel for Frequency Output(Square Waveform), and DRV_FreqOutReset is used to stop the operation.

PWM Output

Call DRV_CounterReset to reset the PWM counter. DRV_CounterPWMSetting is used to configure the counter. Enable PWM output by calling DRV_CounterPWMEnable. Call  DRV_CounterReset to stop the operation.