Hi,
I use the nrfx_rtc_tick_enable() function to enable tick interrupts for the RTC.
I have a statemachine that in some states disable the interrupt and sometime enables it.
How is it possible to read if the tick interrupt is enabled or disabled? I would like to avoid just enabling the interrupt several time.