Searched refs:ECCDETR (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash.h | 547 … (READ_BIT(FLASH->ECCDETR, (__FLAG__)) == (__FLAG__)) : \ 555 … (READ_BIT(FLASH->ECCDETR, (__FLAG__)) == (__FLAG__)) : \ 562 … (READ_BIT(FLASH->ECCDETR, (__FLAG__)) == (__FLAG__)) : \ 589 … if(((__FLAG__) & FLASH_FLAG_ECCD) != 0U) { SET_BIT(FLASH->ECCDETR,\ 601 … if(((__FLAG__) & FLASH_FLAG_ECCD) != 0U) { SET_BIT(FLASH->ECCDETR,\ 610 … if(((__FLAG__) & FLASH_FLAG_ECCD) != 0U) { SET_BIT(FLASH->ECCDETR,\
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 1898 uint32_t detection_reg = FLASH->ECCDETR; in HAL_FLASHEx_GetEccInfo() 1999 if (READ_BIT(FLASH->ECCDETR, FLASH_ECCR_ECCD) != 0U) in HAL_FLASHEx_ECCD_IRQHandler() 2007 SET_BIT(FLASH->ECCDETR, FLASH_ECCR_ECCD); in HAL_FLASHEx_ECCD_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 496 …__IO uint32_t ECCDETR; /*!< FLASH ECC detection register, … member
|
D | stm32h523xx.h | 568 …__IO uint32_t ECCDETR; /*!< FLASH ECC detection register, … member
|
D | stm32h562xx.h | 594 …__IO uint32_t ECCDETR; /*!< FLASH ECC detection register, … member
|
D | stm32h533xx.h | 605 …__IO uint32_t ECCDETR; /*!< FLASH ECC detection register, … member
|
D | stm32h573xx.h | 809 …__IO uint32_t ECCDETR; /*!< FLASH ECC detection register, … member
|
D | stm32h563xx.h | 772 …__IO uint32_t ECCDETR; /*!< FLASH ECC detection register, … member
|