The DlnPwmChannelEnable() function activates the specified channel from the corresponding PWM port of your DLN-series adapter.
DlnPwmChannelEnable()
DLN_RESULT DlnPwmChannelEnable( 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 activated 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 DlnPwmChannelEnable() function is defined in the dln_pwm.h file.
dln_pwm.h