The DlnPwmIsEnabled() function retrieves information, whether the specified port is assigned to the PWM module.
DlnPwmIsEnabled()
DLN_RESULT DlnPwmIsEnabled( HDLN handle, uint8_t port, uint8_t* enabled );
A handle to the DLN-series adapter.
A number of the PWM port.
A pointer to an unsigned 8-bit integer. The integer will be filled with the information whether the specified PWM port is activated. There are two possible values:
0 or DLN_PWM_DISABLED - PWM port is deactivated.
DLN_PWM_DISABLED
1 or DLN_PWM_ENABLED - PWM port is activated.
DLN_PWM_ENABLED
The function successfully retrieved the PWM port state.
The port number is not valid. Use the DlnPwmGetPortCount() function to find the maximum possible port number.
The DlnPwmIsEnabled() function is defined in the dln_pwm.h file.
dln_pwm.h