Lines Matching refs:length
243 nrf_qspi_cinstr_len_t length; /**< Length of the custom instruction data. */ member
455 uint32_t length,
468 uint32_t length,
521 nrf_qspi_cinstr_len_t length,
532 nrf_qspi_cinstr_len_t length,
574 nrf_qspi_cinstr_len_t length,
741 uint32_t length, in nrf_qspi_write_buffer_set() argument
746 p_reg->WRITE.CNT = length; in nrf_qspi_write_buffer_set()
751 uint32_t length, in nrf_qspi_read_buffer_set() argument
756 p_reg->READ.CNT = length; in nrf_qspi_read_buffer_set()
784 nrf_qspi_cinstr_len_t length, in nrf_qspi_cinstrdata_set() argument
791 switch (length) in nrf_qspi_cinstrdata_set()
829 nrf_qspi_cinstr_len_t length, in nrf_qspi_cinstrdata_get() argument
836 switch (length) in nrf_qspi_cinstrdata_get()
874 ((uint32_t)p_config->length << QSPI_CINSTRCONF_LENGTH_Pos) | in nrf_qspi_cinstr_transfer_start()
885 ((uint32_t)p_config->length << QSPI_CINSTRCONF_LENGTH_Pos) | in nrf_qspi_cinstr_long_transfer_start()
900 nrf_qspi_cinstr_len_t length, in nrf_qspi_cinstr_long_transfer_continue() argument
903 uint32_t mask = (((uint32_t)length << QSPI_CINSTRCONF_LENGTH_Pos) | (QSPI_CINSTRCONF_LFEN_Msk)); in nrf_qspi_cinstr_long_transfer_continue()