Searched refs:nrfx_spim_evt_t (Results 1 – 5 of 5) sorted by relevance
245 } nrfx_spim_evt_t; typedef248 typedef void (* nrfx_spim_evt_handler_t)(nrfx_spim_evt_t const * p_event,
81 static void spim_handler(nrfx_spim_evt_t const * p_event, void * p_context) in spim_handler()
111 static void spim_handler(nrfx_spim_evt_t const * p_event, void * p_context) in spim_handler()
158 static void spim_handler(nrfx_spim_evt_t const * p_event, void * p_context) in spim_handler()
163 nrfx_spim_evt_t evt; // Keep the struct that is ready for event handler. Less memcpy.