STM32H735xx HAL User Manual
Defines
OSPI Operation Type
OSPI Exported Constants

Defines

#define HAL_OSPI_OPTYPE_COMMON_CFG   ((uint32_t)0x00000000U)
#define HAL_OSPI_OPTYPE_READ_CFG   ((uint32_t)0x00000001U)
#define HAL_OSPI_OPTYPE_WRITE_CFG   ((uint32_t)0x00000002U)
#define HAL_OSPI_OPTYPE_WRAP_CFG   ((uint32_t)0x00000003U)

Define Documentation

#define HAL_OSPI_OPTYPE_COMMON_CFG   ((uint32_t)0x00000000U)

Common configuration (indirect or auto-polling mode)

Definition at line 418 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Command(), and HAL_OSPI_Command_IT().

#define HAL_OSPI_OPTYPE_READ_CFG   ((uint32_t)0x00000001U)

Read configuration (memory-mapped mode)

Definition at line 419 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Command().

#define HAL_OSPI_OPTYPE_WRAP_CFG   ((uint32_t)0x00000003U)

Wrap configuration (memory-mapped mode)

Definition at line 421 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Command().

#define HAL_OSPI_OPTYPE_WRITE_CFG   ((uint32_t)0x00000002U)

Write configuration (memory-mapped mode)

Definition at line 420 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Command().