The DlnPwmChannelDisable() function releases the specified channel from the corresponding PWM port of your DLN-series adapter.
DlnPwmChannelDisable()
DLN_RESULT DlnPwmChannelDisable( HDLN handle, uint8_t port, uint8_t channel );
A handle to the DLN-series adapter.
A number of the PWM port.
A number of the channel.
The function successfully released the channel.
The port number is not valid. Use the DlnPwmGetPortCount() function to find the maximum possible port number.
The channel number is not valid. Use the DlnPwmGetChannelCount() function to find the maximum possible port number.
The DlnPwmChannelDisable() function is defined in the dln_pwm.h file.
dln_pwm.h