The DlnGpioPinDebounceDisable() disables Debounce Filter for the specified pin.
DlnGpioPinDebounceDisable()
DLN_RESULT DlnGpioPinDebounceDisable( HDLN handle, uint8_t pin );
A handle to the DLN-series adapter.
A number of the pin that you want to configure.
The function deactivated debounce filter successfully.
The pin number is not valid. Use the DlnGpioGetPinCount() function to find the maximum possible pin number.
The adapter does not support debounce filtering.
The DlnGpioPinDebounceDisable() function is declared in the dln_gpio.h file.
dln_gpio.h