Home
last modified time | relevance | path

Searched refs:FLASH_CR_START (Results 1 – 25 of 35) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c963 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/
Dstm32h7xx_hal_flash_ex.c1143 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/
Dstm32h7rsxx_hal_flash_ex.c890 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/
Dstm32h503xx.h5514 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
Dstm32h523xx.h7246 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
Dstm32h562xx.h7854 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
Dstm32h533xx.h7655 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
Dstm32h573xx.h10347 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
Dstm32h563xx.h9938 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase star… macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h8676 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h7b0xx.h8929 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h7b0xxq.h8930 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h7a3xxq.h8677 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h7b3xx.h8930 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h7b3xxq.h8931 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h730xxq.h11129 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h733xx.h11128 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h725xx.h10875 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h730xx.h11128 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h735xx.h11129 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h742xx.h10630 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
Dstm32h723xx.h10874 #define FLASH_CR_START FLASH_CR_START_Msk /*!< Erase start con… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h8787 #define FLASH_CR_START FLASH_CR_START_Msk /*… macro
Dstm32h7s7xx.h9311 #define FLASH_CR_START FLASH_CR_START_Msk /*… macro
Dstm32h7s3xx.h9232 #define FLASH_CR_START FLASH_CR_START_Msk /*… macro

12