Home
last modified time | relevance | path

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

1234

/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c257 FLASH->CR1 &= (~(FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase()
266 FLASH->CR2 &= (~(FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase()
941 FLASH->CR1 |= (FLASH_CR_SER | VoltageRange | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
946 FLASH->CR1 |= (FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
957 FLASH->CR2 |= (FLASH_CR_SER | VoltageRange | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
962 FLASH->CR2 |= (FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h187 #define FLASH_TYPEERASE_SECTORS FLASH_CR_SER /*!< Se…
189 #define FLASH_TYPEERASE_SECTORS_NS (FLASH_CR_SER | FLASH_NON_SECURE_MASK) /*!< No…
200 #define FLASH_TYPEERASE_SECTORS FLASH_CR_SER /*!< Fl…
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c204 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()
Dstm32f7xx_hal_flash.c301 FLASH->CR &= (~FLASH_CR_SER); in HAL_FLASH_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c204 CLEAR_BIT(FLASH->CR, (FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase()
618 FLASH->CR |= FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos); in FLASH_Erase_Sector()
1009 FLASH->CR |= FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos); in FLASH_Erase_Sector()
Dstm32f4xx_hal_flash.c360 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_SER | FLASH_CR_SNB | FLASH_MER_BIT)); in HAL_FLASH_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c177 CLEAR_BIT(FLASH->CR, (FLASH_CR_SER | FLASH_CR_SNB)); in HAL_FLASHEx_Erase()
383 FLASH->CR |= FLASH_CR_SER | (Sector << POSITION_VAL(FLASH_CR_SNB)); in FLASH_Erase_Sector()
Dstm32f2xx_hal_flash.c358 CLEAR_BIT(FLASH->CR, (FLASH_CR_PG | FLASH_CR_SER | FLASH_CR_SNB | FLASH_MER_BIT)); in HAL_FLASH_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c984 (*reg_cr) |= (FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
991 (*reg_cr) |= (FLASH_CR_SER | FLASH_CR_BKSEL | (Sector << FLASH_CR_SNB_Pos) | FLASH_CR_START); in FLASH_Erase_Sector()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/soc/
Dstm32f410tx.h2427 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f410cx.h2437 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f410rx.h2437 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f401xc.h2358 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f401xe.h2358 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f411xe.h2361 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f405xx.h6447 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f412cx.h6511 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f407xx.h6747 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f412rx.h6565 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f412vx.h6567 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f412zx.h6571 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h5901 #define FLASH_CR_SER FLASH_CR_SER_Msk /*!< Sector era… macro
/hal_stm32-3.4.0/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h6598 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f205xx.h6448 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f207xx.h6747 #define FLASH_CR_SER FLASH_CR_SER_Msk macro

1234