/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_flash.c | 410 if ((FLASH->ECCR & (FLASH_ECCR_ECCC | FLASH_ECCR_ECCIE)) == (FLASH_ECCR_ECCC | FLASH_ECCR_ECCIE)) in HAL_FLASH_IRQHandler() 416 SET_BIT(FLASH->ECCR, FLASH_ECCR_ECCC); in HAL_FLASH_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash.c | 476 if ((*reg_ecccorr & FLASH_ECCR_ECCC) != 0U) in HAL_FLASH_IRQHandler() 482 FLASH->ECCCORR |= FLASH_ECCR_ECCC; in HAL_FLASH_IRQHandler()
|
D | stm32h5xx_hal_flash_ex.c | 1903 if ((correction_reg & FLASH_ECCR_ECCC) != 0U) in HAL_FLASHEx_GetEccInfo() 1906 pData->Area = correction_reg & (~(FLASH_ECCR_ECCIE | FLASH_ECCR_ADDR_ECC | FLASH_ECCR_ECCC)); in HAL_FLASHEx_GetEccInfo()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 142 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */ 163 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_flash.h | 143 #define FLASH_FLAG_ECCC (FLASH_ECCR_ECCC | FLASH_ECCR_ECCC2) /*!< FLASH ECC correction */ 160 #define FLASH_FLAG_ECCC (FLASH_ECCR_ECCC | FLASH_ECCR_ECCC2) /*!< FLASH ECC correction */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 156 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */ 174 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_flash.h | 536 #define FLASH_FLAG_ECCC (FLASH_ECCR_ECCC | FLASH_ECCR_ECCC2) /*!< FLASH ECC correction */ 539 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 525 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction in 64 LSB bits…
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash.h | 93 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC Correction flag …
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 223 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_flash.h | 179 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 2441 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g050xx.h | 2460 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g070xx.h | 2469 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g031xx.h | 2537 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g041xx.h | 2773 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g051xx.h | 2873 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g061xx.h | 3109 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g071xx.h | 3088 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g081xx.h | 3324 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
D | stm32g0b0xx.h | 3196 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 3787 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk /*!< ECC correction … macro
|
D | stm32wle5xx.h | 3787 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk /*!< ECC correction … macro
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 3007 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk /*!< ECC correc… macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 3133 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
|