Home
last modified time | relevance | path

Searched refs:FLASH_ECCR_ECCC (Results 1 – 25 of 102) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash.c410 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/
Dstm32h5xx_hal_flash.c476 if ((*reg_ecccorr & FLASH_ECCR_ECCC) != 0U) in HAL_FLASH_IRQHandler()
482 FLASH->ECCCORR |= FLASH_ECCR_ECCC; in HAL_FLASH_IRQHandler()
Dstm32h5xx_hal_flash_ex.c1903 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/
Dstm32wbaxx_hal_flash.h142 #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/
Dstm32l5xx_hal_flash.h143 #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/
Dstm32u5xx_hal_flash.h156 #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/
Dstm32l4xx_hal_flash.h536 #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/
Dstm32g4xx_hal_flash.h525 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction in 64 LSB bits…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash.h93 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC Correction flag …
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h223 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h179 #define FLASH_FLAG_ECCC FLASH_ECCR_ECCC /*!< FLASH ECC correction */
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h2441 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g050xx.h2460 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g070xx.h2469 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g031xx.h2537 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g041xx.h2773 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g051xx.h2873 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g061xx.h3109 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g071xx.h3088 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g081xx.h3324 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
Dstm32g0b0xx.h3196 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h3787 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk /*!< ECC correction … macro
Dstm32wle5xx.h3787 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk /*!< ECC correction … macro
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h3007 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk /*!< ECC correc… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h3133 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk macro

12345