STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_OSPI_AUTOMATIC_STOP_DISABLE ((uint32_t)0x00000000U) |
#define | HAL_OSPI_AUTOMATIC_STOP_ENABLE ((uint32_t)OCTOSPI_CR_APMS) |
#define HAL_OSPI_AUTOMATIC_STOP_DISABLE ((uint32_t)0x00000000U) |
AutoPolling stops only with abort or OSPI disabling
Definition at line 609 of file stm32h7xx_hal_ospi.h.
#define HAL_OSPI_AUTOMATIC_STOP_ENABLE ((uint32_t)OCTOSPI_CR_APMS) |
AutoPolling stops as soon as there is a match
Definition at line 610 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_AutoPolling().