Home
last modified time | relevance | path

Searched refs:FLASH_CR_SNB (Results 1 – 25 of 76) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c267 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/
Dstm32f2xx_hal_flash_ex.c177 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()
Dstm32f2xx_hal_flash.c355 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/
Dstm32f4xx_hal_flash_ex.c204 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()
Dstm32f4xx_hal_flash.c357 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/
Dstm32f7xx_hal_flash_ex.c204 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/
Dstm32h5xx_hal_flash_ex.c1010 (*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/
Dstm32f410cx.h2443 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f410rx.h2443 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f410tx.h2433 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f401xc.h2364 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f401xe.h2364 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f411xe.h2367 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f405xx.h6453 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f412cx.h6517 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f415xx.h6635 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f423xx.h6930 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f407xx.h6753 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f412zx.h6577 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h6603 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f205xx.h6453 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f207xx.h6752 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h5517 #define FLASH_CR_SNB FLASH_CR_SNB_Msk /*!< Sector era… macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h6444 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro
Dstm32f722xx.h6428 #define FLASH_CR_SNB FLASH_CR_SNB_Msk macro

1234