STM32H735xx HAL User Manual
Defines
OSPI Timeout Activation
OSPI Exported Constants

Defines

#define HAL_OSPI_TIMEOUT_COUNTER_DISABLE   ((uint32_t)0x00000000U)
#define HAL_OSPI_TIMEOUT_COUNTER_ENABLE   ((uint32_t)OCTOSPI_CR_TCEN)

Define Documentation

#define HAL_OSPI_TIMEOUT_COUNTER_DISABLE   ((uint32_t)0x00000000U)

Timeout counter disabled, nCS remains active

Definition at line 618 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_TIMEOUT_COUNTER_ENABLE   ((uint32_t)OCTOSPI_CR_TCEN)

Timeout counter enabled, nCS released when timeout expires

Definition at line 619 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_MemoryMapped().