Home
last modified time | relevance | path

Searched refs:nrfx_spi_evt_t (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spi.h203 } nrfx_spi_evt_t; typedef
206 typedef void (* nrfx_spi_evt_handler_t)(nrfx_spi_evt_t const * p_event,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c54 nrfx_spi_evt_t evt; // Keep the struct that is ready for event handler. Less memcpy.