STM32L486xx HAL User Manual
Defines
QSPI Send Instruction Mode
QSPI Exported Constants

Defines

#define QSPI_SIOO_INST_EVERY_CMD   0x00000000U
#define QSPI_SIOO_INST_ONLY_FIRST_CMD   ((uint32_t)QUADSPI_CCR_SIOO)

Define Documentation

#define QSPI_SIOO_INST_EVERY_CMD   0x00000000U

Send instruction on every transaction

Definition at line 403 of file stm32l4xx_hal_qspi.h.

#define QSPI_SIOO_INST_ONLY_FIRST_CMD   ((uint32_t)QUADSPI_CCR_SIOO)

Send instruction only for the first command

Definition at line 404 of file stm32l4xx_hal_qspi.h.