Home
last modified time | relevance | path

Searched refs:FLASH_OPTSR2_SRAM1_3_RST (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h269 #if defined (FLASH_OPTSR2_SRAM1_3_RST)
287 #if defined (FLASH_OPTSR2_SRAM1_3_RST) && defined (FLASH_OPTSR_BOOT_UBE)
438 #if defined (FLASH_OPTSR2_SRAM1_3_RST)
440 #define OB_SRAM1_3_RST_NOT_ERASE FLASH_OPTSR2_SRAM1_3_RST /*!< SRAM1 and SRAM3 are not erased whe…
938 #if defined (FLASH_OPTSR2_SRAM1_3_RST)
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c1334 #if defined (FLASH_OPTSR2_SRAM1_3_RST) in FLASH_OB_UserConfig()
1338 assert_param(IS_OB_USER_SRAM1_3_RST(UserConfig2 & FLASH_OPTSR2_SRAM1_3_RST)); in FLASH_OB_UserConfig()
1341 optr_reg2_val |= (UserConfig2 & FLASH_OPTSR2_SRAM1_3_RST); in FLASH_OB_UserConfig()
1342 optr_reg2_mask |= FLASH_OPTSR2_SRAM1_3_RST; in FLASH_OB_UserConfig()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h10435 #define FLASH_OPTSR2_SRAM1_3_RST FLASH_OPTSR2_SRAM1_3_RST_Msk /*!< SRAM1 and… macro