Because if there is, I'm not seeing it. It seems to me that the SDKv14 has asks you where you want your event handler function like this:
Where spi_0_event_handler() is going to be used.
And later I have something like this:
This works for ENDTX event. But I never said I was interested in ENDTX. What if I wanted NRF_SPIM_EVENT_STARTED ? Is there a way to "register" which events I want to call the event_handler with the SPIM peripheral/driver/api/hal? Or would I have to use PPI to set a SWI?