|
STM32H735xx HAL User Manual
|
Defines | |
| #define | HAL_OSPI_SIOO_INST_EVERY_CMD ((uint32_t)0x00000000U) |
| #define | HAL_OSPI_SIOO_INST_ONLY_FIRST_CMD ((uint32_t)OCTOSPI_CCR_SIOO) |
| #define HAL_OSPI_SIOO_INST_EVERY_CMD ((uint32_t)0x00000000U) |
Send instruction on every transaction
Definition at line 564 of file stm32h7xx_hal_ospi.h.
| #define HAL_OSPI_SIOO_INST_ONLY_FIRST_CMD ((uint32_t)OCTOSPI_CCR_SIOO) |
Send instruction only for the first command
Definition at line 565 of file stm32h7xx_hal_ospi.h.
1.7.6.1