Home
last modified time | relevance | path

Searched refs:RAMECC_SR_SEDCF (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ramecc.c544 if ((sr_reg & RAMECC_SR_SEDCF) == RAMECC_SR_SEDCF) in HAL_RAMECC_IRQHandler()
686 return ((READ_BIT(hramecc->Instance->SR, RAMECC_SR_SEDCF) == (RAMECC_SR_SEDCF)) ? 1UL : 0UL); in HAL_RAMECC_IsECCSingleErrorDetected()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ramecc.h132 #define RAMECC_FLAG_SINGLEERR_R RAMECC_SR_SEDCF
135 #define RAMECC_FLAGS_ALL (RAMECC_SR_SEDCF | RAMECC_SR_DEDF | RAMECC_SR_DEBWDF)
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_ramecc.h134 #define RAMECC_FLAG_SINGLEERR_R RAMECC_SR_SEDCF
137 #define RAMECC_FLAGS_ALL (RAMECC_SR_SEDCF | RAMECC_SR_DEDF | RAMECC_SR_DEBWDF)
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ramecc.c879 return ((READ_BIT(hramecc->Instance->SR, RAMECC_SR_SEDCF) == (RAMECC_SR_SEDCF)) ? 1UL : 0UL); in HAL_RAMECC_IsECCSingleErrorDetected()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h20160 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7b0xx.h20640 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7b0xxq.h20652 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7a3xxq.h20172 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7b3xx.h20647 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7b3xxq.h20659 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h730xxq.h22377 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h733xx.h22365 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h725xx.h21890 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h730xx.h22365 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h735xx.h22377 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h742xx.h23609 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h723xx.h21878 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h750xx.h24538 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h753xx.h24544 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h745xx.h25030 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h745xg.h25030 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h14433 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7s7xx.h15467 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7s3xx.h15065 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro
Dstm32h7r7xx.h14833 #define RAMECC_SR_SEDCF RAMECC_SR_SEDCF_Msk /*!< ECC single err… macro

12