Home
last modified time | relevance | path

Searched refs:nrfx_spis_evt_t (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spis.h92 } nrfx_spis_evt_t; typedef
170 typedef void (*nrfx_spis_event_handler_t)(nrfx_spis_evt_t const * p_event,
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/
Dmain.c127 static void spis_handler(nrfx_spis_evt_t const * p_event, void * p_context) in spis_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
Dmain.c192 static void spis_handler(nrfx_spis_evt_t const * p_event, void * p_context) in spis_handler()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c458 nrfx_spis_evt_t event; in spis_state_entry_action_execute()