|
STM32H735xx HAL User Manual
|
Defines | |
| #define | HAL_OSPI_TIMEOUT_COUNTER_DISABLE ((uint32_t)0x00000000U) |
| #define | HAL_OSPI_TIMEOUT_COUNTER_ENABLE ((uint32_t)OCTOSPI_CR_TCEN) |
| #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().
1.7.6.1