Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h303 #if defined (FLASH_OPTSR2_SRAM1_RST)
481 #if defined (FLASH_OPTSR2_SRAM1_RST)
483 #define OB_SRAM1_RST_NOT_ERASE FLASH_OPTSR2_SRAM1_RST /*!< SRAM1 is not erased when a system r…
993 #if defined (FLASH_OPTSR2_SRAM1_RST)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1345 #if defined (FLASH_OPTSR2_SRAM1_RST) in FLASH_OB_UserConfig()
1349 assert_param(IS_OB_USER_SRAM1_RST(UserConfig2 & FLASH_OPTSR2_SRAM1_RST)); in FLASH_OB_UserConfig()
1352 optr_reg2_val |= (UserConfig2 & FLASH_OPTSR2_SRAM1_RST); in FLASH_OB_UserConfig()
1353 optr_reg2_mask |= FLASH_OPTSR2_SRAM1_RST; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h5644 #define FLASH_OPTSR2_SRAM1_RST FLASH_OPTSR2_SRAM1_RST_Msk /*!< SRAM1 era… macro