Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h271 #if defined (FLASH_OPTSR2_SRAM1_RST)
445 #if defined (FLASH_OPTSR2_SRAM1_RST)
447 #define OB_SRAM1_RST_NOT_ERASE FLASH_OPTSR2_SRAM1_RST /*!< SRAM1 is not erased when a system r…
922 #if defined (FLASH_OPTSR2_SRAM1_RST)
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1317 #if defined (FLASH_OPTSR2_SRAM1_RST) in FLASH_OB_UserConfig()
1321 assert_param(IS_OB_USER_SRAM1_RST(UserConfig2 & FLASH_OPTSR2_SRAM1_RST)); in FLASH_OB_UserConfig()
1324 optr_reg2_val |= (UserConfig2 & FLASH_OPTSR2_SRAM1_RST); in FLASH_OB_UserConfig()
1325 optr_reg2_mask |= FLASH_OPTSR2_SRAM1_RST; in FLASH_OB_UserConfig()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h6040 #define FLASH_OPTSR2_SRAM1_RST FLASH_OPTSR2_SRAM1_RST_Msk /*!< SRAM1 era… macro