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