Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ramecc.c298 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_StartMonitor()
335 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_StopMonitor()
374 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_EnableNotification()
413 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_DisableNotification()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ramecc.c326 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_StartMonitor()
364 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_StopMonitor()
404 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_EnableNotification()
444 hramecc->ErrorCode = HAL_RAMECC_ERROR_BUSY; in HAL_RAMECC_DisableNotification()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ramecc.h89 #define HAL_RAMECC_ERROR_BUSY 0x00000002U /*!< RAMECC Busy Error */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_ramecc.h103 #define HAL_RAMECC_ERROR_BUSY 0x00000002U /*!< RAMECC Busy Error */ macro