Home
last modified time | relevance | path

Searched refs:FLASH_CR_MER1 (Results 1 – 25 of 81) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c191 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()
Dstm32g4xx_hal_flash.c334 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/
Dstm32l4xx_hal_flash_ex.c181 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()
Dstm32l4xx_hal_flash.c318 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/
Dstm32g0xx_hal_flash.h258 #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/
Dstm32c0xx_hal_flash.h216 #define FLASH_TYPEERASE_MASS FLASH_CR_MER1 /*!< Flash mass erase activation */
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h233 #define FLASH_TYPEERASE_MASS FLASH_CR_MER1 /*!< Flash mass erase activation */
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c455 SET_BIT(FLASH->CR, (FLASH_CR_STRT | FLASH_CR_MER1)); in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h318 #define FLASH_MER_BIT (FLASH_CR_MER1 | FLASH_CR_MER2) /*!< 2 MER bits */
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c482 FLASH->CR |= (FLASH_CR_STRT | FLASH_CR_MER1); in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c461 FLASH->CR |= FLASH_CR_MER1; in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c554 FLASH->CR |= FLASH_CR_MER1; in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h343 #define FLASH_MER_BIT (FLASH_CR_MER1 | FLASH_CR_MER2) /*!< 2 MER bits here to clear */
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h2335 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32c031xx.h2339 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32c071xx.h2618 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h2400 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g050xx.h2419 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g070xx.h2428 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g031xx.h2490 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g041xx.h2726 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g051xx.h2826 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g061xx.h3062 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g071xx.h3041 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro
Dstm32g081xx.h3277 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk macro

1234