/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 267 FLASH->CR1 &= (~(FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase() 276 FLASH->CR2 &= (~(FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase() 1196 FLASH->CR1 |= (FLASH_CR_SER | VoltageRange | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector() 1201 FLASH->CR1 |= (FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector() 1212 FLASH->CR2 |= (FLASH_CR_SER | VoltageRange | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector() 1217 FLASH->CR2 |= (FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash_ex.h | 200 #define FLASH_TYPEERASE_SECTORS FLASH_CR_SER /*!< Se… 202 #define FLASH_TYPEERASE_SECTORS_NS (FLASH_CR_SER | FLASH_NON_SECURE_MASK) /*!< No… 213 #define FLASH_TYPEERASE_SECTORS FLASH_CR_SER /*!< Fl…
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 204 CLEAR_BIT(FLASH->CR, (FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase() 521 FLASH->CR |= FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos); in FLASH_Erase_Sector() 699 FLASH->CR |= FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos); in FLASH_Erase_Sector()
|
D | stm32f7xx_hal_flash.c | 301 FLASH->CR &= (~FLASH_CR_SER); in HAL_FLASH_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 204 CLEAR_BIT(FLASH->CR, (FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase() 615 FLASH->CR |= FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos); in FLASH_Erase_Sector() 1006 FLASH->CR |= FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos); in FLASH_Erase_Sector()
|
D | stm32f4xx_hal_flash.c | 357 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_SER | FLASH_CR_SNB | FLASH_MER_BIT)); in HAL_FLASH_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_flash_ex.c | 177 CLEAR_BIT(FLASH->CR, (FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase() 380 FLASH->CR |= FLASH_CR_SER | (Sector << POSITION_VAL(FLASH_CR_SNB)); in FLASH_Erase_Sector()
|
D | stm32f2xx_hal_flash.c | 355 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_SER | FLASH_CR_SNB | FLASH_MER_BIT)); in HAL_FLASH_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_flash_ex.c | 905 MODIFY_REG(FLASH->CR, (FLASH_CR_SSN | FLASH_CR_SER | FLASH_CR_START), \ in FLASH_SectorErase() 906 ((Sector << FLASH_CR_SSN_Pos) | FLASH_CR_SER | FLASH_CR_START)); in FLASH_SectorErase()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 1012 (*reg_cr) |= (FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector() 1019 (*reg_cr) |= (FLASH_CR_SER | FLASH_CR_BKSEL | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_flash.h | 200 #define FLASH_TYPEERASE_SECTORS FLASH_CR_SER /*!< Sectors erase activation */
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 2437 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f410rx.h | 2437 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f410tx.h | 2427 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f401xc.h | 2358 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f401xe.h | 2358 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f411xe.h | 2361 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f405xx.h | 6447 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f412cx.h | 6511 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 6597 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f205xx.h | 6447 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f207xx.h | 6746 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 5505 #define FLASH_CR_SER FLASH_CR_SER_Msk /*!< Sector era… macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 6438 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|
D | stm32f722xx.h | 6422 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
|