Home
last modified time | relevance | path

Searched refs:OB_USER_SRAM2_ECC (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h309 #define OB_USER_SRAM2_ECC 0x00010000U /*!< SRAM2 ECC detection and correction enable */ macro
324 OB_USER_SRAM3_ECC | OB_USER_SRAM2_ECC | OB_USER_USBPD_DIS |\
332 OB_USER_SRAM2_ECC | OB_USER_SRAM1_ECC)
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h338 #define OB_USER_SRAM2_ECC 0x00002000U /*!< SRAM2 ECC detection and correction enable */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c1233 if ((UserType & OB_USER_SRAM2_ECC) != 0U) in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1389 if ((UserType & OB_USER_SRAM2_ECC) != 0U) in FLASH_OB_UserConfig()