Home
last modified time | relevance | path

Searched refs:spim_handler (Results 1 – 6 of 6) sorted by relevance

/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() function
119 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
DREADME.md21 When the transfer finishes @p spim_handler(), the received message is read from @p m_rx_buffer.
/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() function
167 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
DREADME.md22 When the transactions are completed both @p spim_handler() and @p spis_handler() are executed.
/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() function
268 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
DREADME.md22 When the transactions are completed both @p spim_handler() and @p spis_handler() are executed.