STM32H735xx HAL User Manual
Defines
OSPI Delay Block Bypaas
OSPI Exported Constants

Defines

#define HAL_OSPI_DELAY_BLOCK_USED   ((uint32_t)0x00000000U)
#define HAL_OSPI_DELAY_BLOCK_BYPASSED   ((uint32_t)OCTOSPI_DCR1_DLYBYP)

Define Documentation

#define HAL_OSPI_DELAY_BLOCK_BYPASSED   ((uint32_t)OCTOSPI_DCR1_DLYBYP)

Delay block is bypassed

Definition at line 410 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_DELAY_BLOCK_USED   ((uint32_t)0x00000000U)

Sampling clock is delayed by the delay block

Definition at line 409 of file stm32h7xx_hal_ospi.h.