/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash.c | 404 CLEAR_BIT(FLASH->CR, FLASH_CR_MER); 514 if (HAL_IS_BIT_CLR(FLASH->CR, FLASH_CR_MER)) 574 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_PER | FLASH_CR_MER)); 581 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_PER | FLASH_CR_MER));
|
D | stm32f1xx_hal_flash_ex.c | 189 CLEAR_BIT(FLASH->CR, FLASH_CR_MER); in HAL_FLASHEx_Erase() 223 CLEAR_BIT(FLASH->CR, FLASH_CR_MER); in HAL_FLASHEx_Erase() 602 SET_BIT(FLASH->CR, FLASH_CR_MER); in FLASH_MassErase() 621 SET_BIT(FLASH->CR, FLASH_CR_MER); in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash_ex.h | 204 #define FLASH_TYPEERASE_MASSERASE (FLASH_CR_BER | FLASH_CR_MER) /*!< Se… 206 #define FLASH_TYPEERASE_MASSERASE_NS (FLASH_CR_BER | FLASH_CR_MER | FLASH_NON_SECURE_MASK) /*!< No… 215 #define FLASH_TYPEERASE_MASSERASE (FLASH_CR_BER | FLASH_CR_MER) /*!< Fl…
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash.c | 349 CLEAR_BIT(FLASH->CR, FLASH_CR_MER); in HAL_FLASH_IRQHandler() 408 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_PER | FLASH_CR_MER)); in HAL_FLASH_IRQHandler()
|
D | stm32f3xx_hal_flash_ex.c | 181 CLEAR_BIT(FLASH->CR, FLASH_CR_MER); in HAL_FLASHEx_Erase() 504 SET_BIT(FLASH->CR, FLASH_CR_MER); in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash.c | 348 CLEAR_BIT(FLASH->CR, FLASH_CR_MER); in HAL_FLASH_IRQHandler() 407 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_PER | FLASH_CR_MER)); in HAL_FLASH_IRQHandler()
|
D | stm32f0xx_hal_flash_ex.c | 181 CLEAR_BIT(FLASH->CR, FLASH_CR_MER); in HAL_FLASHEx_Erase() 504 SET_BIT(FLASH->CR, FLASH_CR_MER); in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_flash_ex.c | 635 SET_BIT(FLASH->C2CR, (FLASH_CR_MER | FLASH_CR_STRT)); in FLASH_MassErase() 637 SET_BIT(FLASH->CR, (FLASH_CR_MER | FLASH_CR_STRT)); in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_flash_ex.h | 220 #define FLASH_MER_BIT FLASH_CR_MER /*!< only 1 MER Bit */
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_flash_ex.c | 443 FLASH->CR |= FLASH_CR_MER; in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_flash_ex.h | 320 #define FLASH_MER_BIT (FLASH_CR_MER) /*!< only 1 MER bit */
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 264 #define FLASH_TYPEERASE_MASSERASE FLASH_CR_MER /*!< Flash mass erase activation*/
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 646 FLASH->CR |= FLASH_CR_MER; in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 956 FLASH->CR |= FLASH_CR_MER; in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_flash_ex.h | 351 #define FLASH_MER_BIT (FLASH_CR_MER) /*!< only 1 MER Bit */
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 963 SET_BIT((*reg_cr), FLASH_CR_MER | FLASH_CR_START); in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 4957 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
D | stm32f101xb.h | 5025 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
D | stm32f100xb.h | 5432 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
D | stm32f102x6.h | 6076 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 1697 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
D | stm32f030x8.h | 1719 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
D | stm32f070x6.h | 1750 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
D | stm32f031x6.h | 1793 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|
D | stm32f030xc.h | 1954 #define FLASH_CR_MER FLASH_CR_MER_Msk /*!< Mass Erase */ macro
|