Home
last modified time | relevance | path

Searched refs:HAL_RAMCFG_ERROR_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_ramcfg.h109 #define HAL_RAMCFG_ERROR_TIMEOUT 0x00000001U /*!< RAMCFG Timeout Error */ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_ramcfg.c701 hramcfg->ErrorCode = HAL_RAMCFG_ERROR_TIMEOUT; in HAL_RAMCFG_Erase()