This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zephyr Debounce GPIO Input with interrupt.

I work with Zephyr v1.5.1. PDK NRF5340.
I implemented interrupt from PB1 and sometimes I get double interrupt. 
1. Is input Debouncing supported in Zephyr?

2. How can I implement/change debouncing interval?

I tried to configurate the pin from "gpio_pin_configure" with flag "GPIO_INT_DEBOUNCE". I don't see the change in behavior. 

Related