Home
last modified time | relevance | path

Searched refs:FLASH_CR_SER (Results 1 – 25 of 84) 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()
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/
Dstm32h5xx_hal_flash_ex.h200 #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/
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-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c204 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()
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/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c177 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()
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/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c905 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/
Dstm32h5xx_hal_flash_ex.c1012 (*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/
Dstm32h7rsxx_hal_flash.h200 #define FLASH_TYPEERASE_SECTORS FLASH_CR_SER /*!< Sectors erase activation */
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h2437 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f410rx.h2437 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f410tx.h2427 #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
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h6597 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f205xx.h6447 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f207xx.h6746 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h5505 #define FLASH_CR_SER FLASH_CR_SER_Msk /*!< Sector era… macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h6438 #define FLASH_CR_SER FLASH_CR_SER_Msk macro
Dstm32f722xx.h6422 #define FLASH_CR_SER FLASH_CR_SER_Msk macro

1234