issue about gpio_nrfx_pin_configurationl() function of NCS

Dear Nordic Engineers

I encounter a issue about gpiote channel() function of NCS 2.0.0.

I use gpio_nrfx_pin_configurationl() to judg gpiote channel is be occupied.

It return the relative pin number not is the absolute pin number.

for example: I would like get the P1.05 working states, it return 5, not is 37.

Related