Home
last modified time | relevance | path

Searched refs:FLASH_ECCR_ECCD (Results 1 – 25 of 97) sorted by relevance

1234

/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1881 else if ((detection_reg & FLASH_ECCR_ECCD) != 0U) in HAL_FLASHEx_GetEccInfo()
1884 pData->Area = detection_reg & (~(FLASH_ECCR_ADDR_ECC | FLASH_ECCR_ECCD)); in HAL_FLASHEx_GetEccInfo()
1971 if (READ_BIT(FLASH->ECCDETR, FLASH_ECCR_ECCD) != 0U) in HAL_FLASHEx_ECCD_IRQHandler()
1979 SET_BIT(FLASH->ECCDETR, FLASH_ECCR_ECCD); in HAL_FLASHEx_ECCD_IRQHandler()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h144 #define FLASH_FLAG_ECCD (FLASH_ECCR_ECCD | FLASH_ECCR_ECCD2) /*!< FLASH ECC detection */
161 #define FLASH_FLAG_ECCD (FLASH_ECCR_ECCD | FLASH_ECCR_ECCD2) /*!< FLASH ECC detection */
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h143 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection */
164 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection */
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h157 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection */
175 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection */
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h537 #define FLASH_FLAG_ECCD (FLASH_ECCR_ECCD | FLASH_ECCR_ECCD2) /*!< FLASH ECC detection */
540 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection */
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c937 if ((FLASH->ECCR & FLASH_ECCR_ECCD) != 0U) in HAL_FLASHEx_ECCD_IRQHandler()
943 SET_BIT(FLASH->ECCR, FLASH_ECCR_ECCD); in HAL_FLASHEx_ECCD_IRQHandler()
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h528 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection in 64 LSB bits …
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash.h94 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC Detection flag */
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h180 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection */
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h224 #define FLASH_FLAG_ECCD FLASH_ECCR_ECCD /*!< FLASH ECC detection */
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h249 #define HAL_FLASH_ERROR_ECCD FLASH_ECCR_ECCD
/hal_stm32-3.7.0/stm32cube/stm32c0xx/soc/
Dstm32c031xx.h2439 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32c011xx.h2435 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/
Dstm32g070xx.h2472 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g030xx.h2444 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g050xx.h2463 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g031xx.h2540 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g041xx.h2776 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g051xx.h2876 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g061xx.h3112 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g071xx.h3091 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g081xx.h3327 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
Dstm32g0b0xx.h3199 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk macro
/hal_stm32-3.7.0/stm32cube/stm32wlxx/soc/
Dstm32wle5xx.h3790 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk /*!< ECC detection … macro
Dstm32wle4xx.h3790 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk /*!< ECC detection … macro

1234