STM32H735xx HAL User Manual
Defines
OSPI Instruction Mode
OSPI Exported Constants

Defines

#define HAL_OSPI_INSTRUCTION_NONE   ((uint32_t)0x00000000U)
#define HAL_OSPI_INSTRUCTION_1_LINE   ((uint32_t)OCTOSPI_CCR_IMODE_0)
#define HAL_OSPI_INSTRUCTION_2_LINES   ((uint32_t)OCTOSPI_CCR_IMODE_1)
#define HAL_OSPI_INSTRUCTION_4_LINES   ((uint32_t)(OCTOSPI_CCR_IMODE_0 | OCTOSPI_CCR_IMODE_1))
#define HAL_OSPI_INSTRUCTION_8_LINES   ((uint32_t)OCTOSPI_CCR_IMODE_2)

Define Documentation

#define HAL_OSPI_INSTRUCTION_1_LINE   ((uint32_t)OCTOSPI_CCR_IMODE_0)

Instruction on a single line

Definition at line 439 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_INSTRUCTION_2_LINES   ((uint32_t)OCTOSPI_CCR_IMODE_1)

Instruction on two lines

Definition at line 440 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_INSTRUCTION_4_LINES   ((uint32_t)(OCTOSPI_CCR_IMODE_0 | OCTOSPI_CCR_IMODE_1))

Instruction on four lines

Definition at line 441 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_INSTRUCTION_8_LINES   ((uint32_t)OCTOSPI_CCR_IMODE_2)

Instruction on eight lines

Definition at line 442 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_INSTRUCTION_NONE   ((uint32_t)0x00000000U)

No instruction

Definition at line 438 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Command(), and HAL_OSPI_Command_IT().