Home
last modified time | relevance | path

Searched refs:FLASH_NSCR_STRT (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c902 SET_BIT((*reg_cr), FLASH_NSCR_MER1 | FLASH_NSCR_STRT); in FLASH_MassErase()
908 SET_BIT((*reg_cr), FLASH_NSCR_MER2 | FLASH_NSCR_STRT); in FLASH_MassErase()
943 MODIFY_REG((*reg_cr), (FLASH_NSCR_PNB | FLASH_NSCR_PER | FLASH_NSCR_STRT), \ in FLASH_PageErase()
944 ((Page << FLASH_NSCR_PNB_Pos) | FLASH_NSCR_PER | FLASH_NSCR_STRT)); in FLASH_PageErase()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/Device/Include/
Dstm32u585xx.h8696 #define FLASH_NSCR_STRT FLASH_NSCR_STRT_Msk /*!< Non-secure… macro