STM32H735xx HAL User Manual
Defines
OSPI Instruction DTR Mode
OSPI Exported Constants

Defines

#define HAL_OSPI_INSTRUCTION_DTR_DISABLE   ((uint32_t)0x00000000U)
#define HAL_OSPI_INSTRUCTION_DTR_ENABLE   ((uint32_t)OCTOSPI_CCR_IDTR)

Define Documentation

#define HAL_OSPI_INSTRUCTION_DTR_DISABLE   ((uint32_t)0x00000000U)

DTR mode disabled for instruction phase

Definition at line 461 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_INSTRUCTION_DTR_ENABLE   ((uint32_t)OCTOSPI_CCR_IDTR)

DTR mode enabled for instruction phase

Definition at line 462 of file stm32h7xx_hal_ospi.h.