Home
last modified time | relevance | path

Searched refs:NRF_QSPI (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c149 nrf_qspi_write_buffer_set(NRF_QSPI, p_buffer, length, address); in qspi_xfer()
154 nrf_qspi_read_buffer_set(NRF_QSPI, p_buffer, length, address); in qspi_xfer()
167 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_xfer()
168 nrf_qspi_task_trigger(NRF_QSPI, task); in qspi_xfer()
186 nrf_qspi_event_clear(NRF_QSPI, NRF_QSPI_EVENT_READY); in qspi_xfer()
187 nrf_qspi_int_enable(NRF_QSPI, NRF_QSPI_INT_READY_MASK); in qspi_xfer()
194 nrf_qspi_task_trigger(NRF_QSPI, task); in qspi_xfer()
262 nrf_qspi_pins_set(NRF_QSPI, &p_config->pins); in qspi_pins_configure()
271 nrf_qspi_pins_get(NRF_QSPI, &pins); in qspi_pins_deconfigure()
293 NRFX_WAIT_FOR(nrf_qspi_event_check(NRF_QSPI, NRF_QSPI_EVENT_READY) || m_cb.timeout_signal, in qspi_ready_wait()
[all …]
/hal_nordic-latest/nrfx/templates/
Dnrfx_config_nrf5340_application.h81 #define NRF_QSPI NRF_QSPI_NS macro
147 #define NRF_QSPI NRF_QSPI_S macro
/hal_nordic-latest/nrfx/mdk/
Dnrf52840.h3325 #define NRF_QSPI ((NRF_QSPI_Type*) NRF_QSPI_BASE) macro