Searched refs:spim_handler (Results 1 – 6 of 6) sorted by relevance
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/ |
| D | main.c | 81 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()
|
| D | README.md | 21 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/ |
| D | main.c | 111 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()
|
| D | README.md | 22 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/ |
| D | main.c | 158 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()
|
| D | README.md | 22 When the transactions are completed both @p spim_handler() and @p spis_handler() are executed.
|