Lines Matching refs:length
245 nrf_qspi_cinstr_len_t length; /**< Length of the custom instruction data. */ member
534 uint32_t length,
547 uint32_t length,
618 nrf_qspi_cinstr_len_t length,
629 nrf_qspi_cinstr_len_t length,
671 nrf_qspi_cinstr_len_t length,
898 uint32_t length, in nrf_qspi_write_buffer_set() argument
903 p_reg->WRITE.CNT = length; in nrf_qspi_write_buffer_set()
908 uint32_t length, in nrf_qspi_read_buffer_set() argument
913 p_reg->READ.CNT = length; in nrf_qspi_read_buffer_set()
951 nrf_qspi_cinstr_len_t length, in nrf_qspi_cinstrdata_set() argument
958 switch (length) in nrf_qspi_cinstrdata_set()
996 nrf_qspi_cinstr_len_t length, in nrf_qspi_cinstrdata_get() argument
1003 switch (length) in nrf_qspi_cinstrdata_get()
1041 ((uint32_t)p_config->length << QSPI_CINSTRCONF_LENGTH_Pos) | in nrf_qspi_cinstr_transfer_start()
1052 ((uint32_t)p_config->length << QSPI_CINSTRCONF_LENGTH_Pos) | in nrf_qspi_cinstr_long_transfer_start()
1067 nrf_qspi_cinstr_len_t length, in nrf_qspi_cinstr_long_transfer_continue() argument
1070 uint32_t mask = (((uint32_t)length << QSPI_CINSTRCONF_LENGTH_Pos) | (QSPI_CINSTRCONF_LFEN_Msk)); in nrf_qspi_cinstr_long_transfer_continue()