/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() 1194 FLASH->CR1 &= ~(FLASH_CR_PSIZE | FLASH_CR_SNB); in FLASH_Erase_Sector() 1199 FLASH->CR1 &= ~(FLASH_CR_SNB); in FLASH_Erase_Sector() 1210 FLASH->CR2 &= ~(FLASH_CR_PSIZE | FLASH_CR_SNB); in FLASH_Erase_Sector() 1215 FLASH->CR2 &= ~(FLASH_CR_SNB); in FLASH_Erase_Sector()
|
/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() 379 CLEAR_BIT(FLASH->CR, FLASH_CR_SNB); in FLASH_Erase_Sector() 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/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 204 CLEAR_BIT(FLASH->CR, (FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase() 614 CLEAR_BIT(FLASH->CR, FLASH_CR_SNB); in FLASH_Erase_Sector() 1005 CLEAR_BIT(FLASH->CR, FLASH_CR_SNB); 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/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 204 CLEAR_BIT(FLASH->CR, (FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase() 520 CLEAR_BIT(FLASH->CR, FLASH_CR_SNB); in FLASH_Erase_Sector()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 1010 (*reg_cr) &= ~(FLASH_CR_SNB | FLASH_CR_BKSEL); in FLASH_Erase_Sector() 1017 (*reg_cr) &= ~(FLASH_CR_SNB); in FLASH_Erase_Sector()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 2443 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f410rx.h | 2443 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f410tx.h | 2433 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f401xc.h | 2364 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f401xe.h | 2364 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f411xe.h | 2367 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f405xx.h | 6453 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f412cx.h | 6517 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f415xx.h | 6635 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f423xx.h | 6930 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f407xx.h | 6753 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f412zx.h | 6577 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 6603 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f205xx.h | 6453 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f207xx.h | 6752 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 5517 #define FLASH_CR_SNB FLASH_CR_SNB_Msk /*!< Sector era… macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 6444 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|
D | stm32f722xx.h | 6428 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
|