The DlnGpioPinDebounceIsEnabled()
function returns whether or not the debounce filtering feature is enabled for the specified pin. To enable this feature, use the DlnGpioPinDebounceEnable() function. To disable this feature, use the DlnGpioPinDebounceDisable() function. To specify the debounce interval, use the DlnGpioSetDebounce() function (See Debounce Filter for details).
DLN-1, DLN-2 adapters do not support the debounce filter feature.
The DlnGpioPinDebounceIsEnabled()
function is declared in the dln_gpio.h
file.