Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_qspi.h460 nrfx_err_t nrfx_qspi_cinstr_xfer(nrf_qspi_cinstr_conf_t const * p_config,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c512 nrfx_err_t nrfx_qspi_cinstr_xfer(nrf_qspi_cinstr_conf_t const * p_config, in nrfx_qspi_cinstr_xfer() function
588 return nrfx_qspi_cinstr_xfer(&config, p_tx_buffer, NULL); in nrfx_qspi_cinstr_quick_send()
731 ret_code = nrfx_qspi_cinstr_xfer(&config, &status_value, &status_value); in nrfx_qspi_mem_busy_check()