STM32H735xx HAL User Manual
Defines
OSPI Clock Mode
OSPI Exported Constants

Defines

#define HAL_OSPI_CLOCK_MODE_0   ((uint32_t)0x00000000U)
#define HAL_OSPI_CLOCK_MODE_3   ((uint32_t)OCTOSPI_DCR1_CKMODE)

Define Documentation

#define HAL_OSPI_CLOCK_MODE_0   ((uint32_t)0x00000000U)

CLK must stay low while nCS is high

Definition at line 370 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_CLOCK_MODE_3   ((uint32_t)OCTOSPI_DCR1_CKMODE)

CLK must stay high while nCS is high

Definition at line 371 of file stm32h7xx_hal_ospi.h.