/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_flash_ex.c | 191 CLEAR_BIT(FLASH->CR, (FLASH_CR_MER1 | FLASH_CR_MER2)); in HAL_FLASHEx_Erase() 194 CLEAR_BIT(FLASH->CR, (FLASH_CR_MER1)); in HAL_FLASHEx_Erase() 549 SET_BIT(FLASH->CR, FLASH_CR_MER1); in FLASH_MassErase() 563 SET_BIT(FLASH->CR, (FLASH_CR_MER1 | FLASH_CR_MER2)); in FLASH_MassErase()
|
D | stm32g4xx_hal_flash.c | 334 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_MER1 | FLASH_CR_PER | FLASH_CR_PNB)); in HAL_FLASH_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_flash_ex.c | 181 CLEAR_BIT(FLASH->CR, (FLASH_CR_MER1 | FLASH_CR_MER2)); in HAL_FLASHEx_Erase() 184 CLEAR_BIT(FLASH->CR, (FLASH_CR_MER1)); in HAL_FLASHEx_Erase() 516 SET_BIT(FLASH->CR, FLASH_CR_MER1); in FLASH_MassErase() 533 SET_BIT(FLASH->CR, (FLASH_CR_MER1 | FLASH_CR_MER2)); in FLASH_MassErase()
|
D | stm32l4xx_hal_flash.c | 318 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_MER1 | FLASH_CR_PER | FLASH_CR_PNB)); in HAL_FLASH_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 258 #define FLASH_TYPEERASE_MASS FLASH_CR_MER1 /*!< Flash mass erase activation */ 266 #define FLASH_BANK_1 FLASH_CR_MER1 /*!< Bank 1 */
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 216 #define FLASH_TYPEERASE_MASS FLASH_CR_MER1 /*!< Flash mass erase activation */
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 233 #define FLASH_TYPEERASE_MASS FLASH_CR_MER1 /*!< Flash mass erase activation */
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_flash_ex.c | 455 SET_BIT(FLASH->CR, (FLASH_CR_STRT | FLASH_CR_MER1)); in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_flash_ex.h | 318 #define FLASH_MER_BIT (FLASH_CR_MER1 | FLASH_CR_MER2) /*!< 2 MER bits */
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_flash_ex.c | 482 FLASH->CR |= (FLASH_CR_STRT | FLASH_CR_MER1); in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 461 FLASH->CR |= FLASH_CR_MER1; in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 554 FLASH->CR |= FLASH_CR_MER1; in FLASH_MassErase()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_flash_ex.h | 343 #define FLASH_MER_BIT (FLASH_CR_MER1 | FLASH_CR_MER2) /*!< 2 MER bits here to clear */
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 2335 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32c031xx.h | 2339 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32c071xx.h | 2618 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 2400 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g050xx.h | 2419 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g070xx.h | 2428 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g031xx.h | 2490 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g041xx.h | 2726 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g051xx.h | 2826 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g061xx.h | 3062 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g071xx.h | 3041 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|
D | stm32g081xx.h | 3277 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
|