hi,i am using zephyr`s sample of gpiote,it works well,but i don`t know how to optimize the power consume of gpiote:
1,how to setup PORT EVENT?
2,Sometimes i want to reduce power consume like these:
nrfx_gpiote_in_event_disable() 、nrfx_gpiote_in_uninit() and nrfx_gpiote_uninit(),
but i can`t find zephyr api to do this.