For the radio peripheral, if I use a shorts (shortcut) from END to DISABLED states, is EVENT_END still set? Because I enable an interrupt on EVENT_END, but not on EVENT_DISABLED. And the interrupt never seems triggered.
My mental model is that both EVENT_END and EVENT_DISABLED would be set. I don't deeply understand how the shortcut works, whether it uses the PPI? My mental model is that shortcuts are internal to the radio peripheral.
(I am writing a broadcast, datagram, wireless protocol stack, open sourced at GitHub nrf5rawProtocol.)