Home
last modified time | relevance | path

Searched refs:HAL_OSPI_STATE_ERROR (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h291 #define HAL_OSPI_STATE_ERROR ((uint32_t)0x00000200U) /*!< Blocking error, driv… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h316 #define HAL_OSPI_STATE_ERROR ((uint32_t)0x00000200U) /*!< Blocking error, driv… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_ospi.c3017 hospi->State = HAL_OSPI_STATE_ERROR; in OSPI_WaitFlagStateUntilTimeout()
3388 hospi->State = HAL_OSPI_STATE_ERROR; in HAL_OSPI_DLYB_SetConfig()
3491 hospi->State = HAL_OSPI_STATE_ERROR; in HAL_OSPI_DLYB_GetClockPeriod()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_ospi.c2607 hospi->State = HAL_OSPI_STATE_ERROR; in OSPI_WaitFlagStateUntilTimeout()