Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c303 nrfx_err_t _nrfx_qspi_write(void const *p_tx_buffer, size_t tx_buffer_length, uint32_t dst_address) in _nrfx_qspi_write() function
922 res = _nrfx_qspi_write(buf, sizeof(buf), addr); in write_sub_word()
960 res = _nrfx_qspi_write(src, size, addr); in qspi_nor_write()