Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ramecc.c192 hramecc->RAMECCErrorCode = HAL_RAMECC_NO_ERROR; in HAL_RAMECC_Init()
242 hramecc->RAMECCErrorCode = HAL_RAMECC_NO_ERROR; in HAL_RAMECC_DeInit()
546 hramecc->RAMECCErrorCode |= HAL_RAMECC_SINGLEERROR_DETECTED; in HAL_RAMECC_IRQHandler()
552 hramecc->RAMECCErrorCode |= HAL_RAMECC_DOUBLEERROR_DETECTED; in HAL_RAMECC_IRQHandler()
766 return hramecc->RAMECCErrorCode; in HAL_RAMECC_GetRAMECCError()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ramecc.h69 …__IO uint32_t RAMECCErrorCode; … member