Home
last modified time | relevance | path

Searched refs:OB_USER_SRAM2_RST (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h306 #define OB_USER_SRAM2_RST 0x00002000U /*!< SRAM2 Erase when system reset */ macro
323 OB_USER_SRAM1_3_RST | OB_USER_SRAM2_RST | OB_USER_BKPRAM_ECC |\
331 OB_USER_SRAM2_RST | OB_USER_BKPRAM_ECC | OB_USER_SRAM3_ECC |\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h310 #define OB_USER_SRAM2_RST FLASH_OPTR_SRAM2_RST /*!< SRAM2 Erase when system reset */ macro
321 OB_USER_SRAM2_RST | OB_USER_nSWBOOT0 | OB_USER_nBOOT0 | \
327OB_USER_SRAM2_RST | OB_USER_nSWBOOT0 | OB_USER_nBOOT0) /*!< All User option bits */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h303 #define OB_USER_SRAM2_RST 0x00001000U /*!< SRAM2 Erase when system reset */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h339 #define OB_USER_SRAM2_RST 0x00004000U /*!< SRAM2 Erase when system reset */ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c1074 if((UserType & OB_USER_SRAM2_RST) != 0U) in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h267 #define OB_USER_SRAM2_RST ((uint32_t)0x0800) /*!< SRAM2 Erase when system… macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c1263 if ((UserType & OB_USER_SRAM2_RST) != 0U) in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c1243 if ((UserType & OB_USER_SRAM2_RST) != 0U) in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c919 if((UserType & OB_USER_SRAM2_RST) != 0U) in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1357 if ((UserType & OB_USER_SRAM2_RST) != 0U) in FLASH_OB_UserConfig()