Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance
129 .opcode = (opc), \483 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode,
244 uint8_t opcode; /**< Opcode used in custom instruction transmission. */ member255 uint8_t opcode; /**< Opcode used to enter the proper addressing mode. */ member886 uint32_t config = p_config->opcode; in nrf_qspi_addrconfig_set()1040 p_reg->CINSTRCONF = (((uint32_t)p_config->opcode << QSPI_CINSTRCONF_OPCODE_Pos) | in nrf_qspi_cinstr_transfer_start()1051 p_reg->CINSTRCONF = (((uint32_t)p_config->opcode << QSPI_CINSTRCONF_OPCODE_Pos) | in nrf_qspi_cinstr_long_transfer_start()
580 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode, in nrfx_qspi_cinstr_quick_send() argument587 nrf_qspi_cinstr_conf_t config = NRFX_QSPI_DEFAULT_CINSTR(opcode, length); in nrfx_qspi_cinstr_quick_send()722 .opcode = QSPI_STD_CMD_RDSR, in nrfx_qspi_mem_busy_check()