Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mce.h137 #define HAL_MCE_CONFIGURATION_ACCESS_ERROR ((uint32_t)0x00000001U) /*!< Configuration acc… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mce.h141 #define HAL_MCE_CONFIGURATION_ACCESS_ERROR ((uint32_t)0x00000001U) /*!< Configuration acc… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mce.c968 hmce->ErrorCode |= HAL_MCE_CONFIGURATION_ACCESS_ERROR; in HAL_MCE_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mce.c971 hmce->ErrorCode |= HAL_MCE_CONFIGURATION_ACCESS_ERROR; in HAL_MCE_IRQHandler()