Lines Matching refs:length
123 size_t length, in qspi_xfer() argument
149 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()
176 m_cb.size_secondary = length; in qspi_xfer()
182 m_cb.size_primary = length; in qspi_xfer()
553 nrf_qspi_cinstrdata_set(NRF_QSPI, p_config->length, p_tx_buffer); in nrfx_qspi_cinstr_xfer()
574 nrf_qspi_cinstrdata_get(NRF_QSPI, p_config->length, p_rx_buffer); in nrfx_qspi_cinstr_xfer()
581 nrf_qspi_cinstr_len_t length, in nrfx_qspi_cinstr_quick_send() argument
587 nrf_qspi_cinstr_conf_t config = NRFX_QSPI_DEFAULT_CINSTR(opcode, length); in nrfx_qspi_cinstr_quick_send()
594 NRFX_ASSERT(p_config->length == NRF_QSPI_CINSTR_LEN_1B); in nrfx_qspi_lfm_start()
660 nrf_qspi_cinstr_len_t length = NRF_QSPI_CINSTR_LEN_9B; in nrfx_qspi_lfm_xfer() local
668 length = (nrf_qspi_cinstr_len_t)(remaining_bytes + 1); in nrfx_qspi_lfm_xfer()
674 length, in nrfx_qspi_lfm_xfer()
682 nrf_qspi_cinstr_long_transfer_continue(NRF_QSPI, length, finalize); in nrfx_qspi_lfm_xfer()
686 nrf_qspi_cinstr_long_transfer_continue(NRF_QSPI, length, false); in nrfx_qspi_lfm_xfer()
700 length, in nrfx_qspi_lfm_xfer()
723 .length = NRF_QSPI_CINSTR_LEN_2B, in nrfx_qspi_mem_busy_check()
814 nrfx_err_t nrfx_qspi_erase(nrf_qspi_erase_len_t length, in nrfx_qspi_erase() argument
834 nrf_qspi_erase_ptr_set(NRF_QSPI, start_address, length); in nrfx_qspi_erase()