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

Disabling the GPIOTE interrupt using INTENCLR

Hi, I am using nrf52832 board. I was trying to disable the GPIOTE interrupt for a particular event (Event4) using INTENCLR register.  My code was NRF_GPIOTE->INTENCLR = 1 < < 4; But still the interrupt is not getting disabled. How to do the disabling actually?

Parents Reply Children
No Data
Related