Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_spi.h150 NRF_STATIC_INLINE void nrf_spi_int_enable(NRF_SPI_Type * p_reg,
314 NRF_STATIC_INLINE void nrf_spi_int_enable(NRF_SPI_Type * p_reg, in nrf_spi_int_enable() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c373 nrf_spi_int_enable(p_spi, NRF_SPI_INT_READY_MASK); in spi_xfer()