Home
last modified time | relevance | path

Searched refs:nrfx_spim_evt_t (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spim.h245 } nrfx_spim_evt_t; typedef
248 typedef void (* nrfx_spim_evt_handler_t)(nrfx_spim_evt_t const * p_event,
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/
Dmain.c81 static void spim_handler(nrfx_spim_evt_t const * p_event, void * p_context) in spim_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/
Dmain.c111 static void spim_handler(nrfx_spim_evt_t const * p_event, void * p_context) in spim_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
Dmain.c158 static void spim_handler(nrfx_spim_evt_t const * p_event, void * p_context) in spim_handler()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c163 nrfx_spim_evt_t evt; // Keep the struct that is ready for event handler. Less memcpy.