warning: implicit declaration of function 'nrfx_gpiote_in_uninit'; did you mean 'nrfx_gpiote_pin_uninit'? on ncs v2.5.2

I would like to test GPIOE APIs on nRF5340 develop board. But west build generated the following warning message.

 warning: implicit declaration of function 'nrfx_gpiote_in_uninit'; did you mean 'nrfx_gpiote_pin_uninit'? [-Wimplicit-function-declaration]

Could I use nrfx_gpiote_xxx related APIs (infocenter.nordicsemi.com/index.jsp on ncs v2.5.2?

Related