Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_qspi.h129 .opcode = (opc), \
483 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode,
/hal_nordic-latest/nrfx/hal/
Dnrf_qspi.h244 uint8_t opcode; /**< Opcode used in custom instruction transmission. */ member
255 uint8_t opcode; /**< Opcode used to enter the proper addressing mode. */ member
886 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()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qspi.c580 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode, 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()
722 .opcode = QSPI_STD_CMD_RDSR, in nrfx_qspi_mem_busy_check()