STM32H735xx HAL User Manual
Defines
OSPI Hyperbus Write Zero Latency Activation
OSPI Exported Constants

Defines

#define HAL_OSPI_LATENCY_ON_WRITE   ((uint32_t)0x00000000U)
#define HAL_OSPI_NO_LATENCY_ON_WRITE   ((uint32_t)OCTOSPI_HLCR_WZL)

Define Documentation

#define HAL_OSPI_LATENCY_ON_WRITE   ((uint32_t)0x00000000U)

Latency on write accesses

Definition at line 573 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_NO_LATENCY_ON_WRITE   ((uint32_t)OCTOSPI_HLCR_WZL)

No latency on write accesses

Definition at line 574 of file stm32h7xx_hal_ospi.h.