Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c187 nrf_qspi_int_enable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in qspi_xfer()
852 nrf_qspi_int_enable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in nrfx_qspi_erase()
/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h355 NRF_STATIC_INLINE void nrf_qspi_int_enable(NRF_QSPI_Type * p_reg, uint32_t mask);
762 NRF_STATIC_INLINE void nrf_qspi_int_enable(NRF_QSPI_Type * p_reg, uint32_t mask) in nrf_qspi_int_enable() function