In Nordic parlance, what is event and what is interrupt? To my understanding, in ARM parlance, events are signals that can be routed to NVIC to cause interrupts.
Basically, SW can't see events if they are not causing interrupts (except by using WFE).
I was wondering about event handlers, and especially that you don't configure which events are generated. Are all events handled as interrupts in the abyss of the SDK? And when do you need calls, like nrfx_timer_compare_int_enable()?