Home
last modified time | relevance | path

Searched refs:NRF_QSPI_INT_READY_MASK (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()
325 nrf_qspi_int_disable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in qspi_configure()
382 nrf_qspi_int_disable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in qspi_deactivate()
537 nrf_qspi_int_disable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in nrfx_qspi_cinstr_xfer()
615 nrf_qspi_int_disable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in nrfx_qspi_lfm_start()
852 nrf_qspi_int_enable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in nrfx_qspi_erase()
/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h116 NRF_QSPI_INT_READY_MASK = QSPI_INTENSET_READY_Msk /**< Interrupt on READY event. */ enumerator