STM32H735xx HAL User Manual
Defines
OSPI Free Running Clock
OSPI Exported Constants

Defines

#define HAL_OSPI_FREERUNCLK_DISABLE   ((uint32_t)0x00000000U)
#define HAL_OSPI_FREERUNCLK_ENABLE   ((uint32_t)OCTOSPI_DCR1_FRCK)

Define Documentation

#define HAL_OSPI_FREERUNCLK_DISABLE   ((uint32_t)0x00000000U)

CLK is not free running

Definition at line 361 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_FREERUNCLK_ENABLE   ((uint32_t)OCTOSPI_DCR1_FRCK)

CLK is free running (always provided)

Definition at line 362 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Init().