The pulse output functions include general pulse output (Pulse/Square waveform) and PWM 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.

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.

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.