Searched refs:_nrfx_qspi_read (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 298 nrfx_err_t _nrfx_qspi_read(void *p_rx_buffer, size_t rx_buffer_length, uint32_t src_address) in _nrfx_qspi_read() function 834 res = _nrfx_qspi_read(dptr + dest_prefix, flash_middle, addr + flash_prefix); in read_non_aligned() 850 res = _nrfx_qspi_read(buf, WORD_SIZE, addr - (WORD_SIZE - flash_prefix)); in read_non_aligned() 863 res = _nrfx_qspi_read(buf, WORD_SIZE * 2, addr + flash_prefix + flash_middle); in read_non_aligned() 917 res = _nrfx_qspi_read(buf, sizeof(buf), addr); in write_sub_word()
|