/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 963 SET_BIT((*reg_cr), FLASH_CR_MER | FLASH_CR_START); in FLASH_MassErase() 971 …DIFY_REG((*reg_cr), (FLASH_CR_BKSEL | FLASH_CR_BER | FLASH_CR_START), (FLASH_CR_BER | FLASH_CR_STA… in FLASH_MassErase() 977 SET_BIT((*reg_cr), (FLASH_CR_BER | FLASH_CR_BKSEL | FLASH_CR_START)); in FLASH_MassErase() 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/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 1143 FLASH->CR1 |= (FLASH_CR_BER | FLASH_CR_START); in FLASH_MassErase() 1156 FLASH->CR2 |= (FLASH_CR_BER | FLASH_CR_START); in FLASH_MassErase() 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/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_flash_ex.c | 890 SET_BIT(FLASH->CR, (FLASH_CR_BER | FLASH_CR_START)); in FLASH_MassErase() 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/soc/ |
D | stm32h503xx.h | 5514 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
|
D | stm32h523xx.h | 7246 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
|
D | stm32h562xx.h | 7854 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
|
D | stm32h533xx.h | 7655 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
|
D | stm32h573xx.h | 10347 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
|
D | stm32h563xx.h | 9938 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 8676 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h7b0xx.h | 8929 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h7b0xxq.h | 8930 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h7a3xxq.h | 8677 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h7b3xx.h | 8930 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h7b3xxq.h | 8931 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h730xxq.h | 11129 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h733xx.h | 11128 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h725xx.h | 10875 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h730xx.h | 11128 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h735xx.h | 11129 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h742xx.h | 10630 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
D | stm32h723xx.h | 10874 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 8787 #define FLASH_CR_START FLASH_CR_START_Msk /*… macro
|
D | stm32h7s7xx.h | 9311 #define FLASH_CR_START FLASH_CR_START_Msk /*… macro
|
D | stm32h7s3xx.h | 9232 #define FLASH_CR_START FLASH_CR_START_Msk /*… macro
|