DlnPwmDisable() Function

DLN_RESULT DlnPwmDisable(
    HDLN handle,
    uint8_t port
);

The DlnPwmDisable() function deactivates the specified PWM port of your DLN-series adapter.

Parameters:

handle
A handle to the DLN-series adapter.
port
A number of the PWM port to be deactivated.

Results:

Result Description
DLN_RES_SUCCESS Function was succesfully executed.

This function is defined in the dln_pwm.h file.