Home
last modified time | relevance | path

Searched refs:OB_USER_SRAM1_ECC (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h279 #define OB_USER_SRAM1_ECC 0x00020000U /*!< SRAM1 ECC detection and correction enable */ macro
301 OB_USER_SRAM2_ECC | OB_USER_SRAM1_ECC)
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c1401 if ((UserType & OB_USER_SRAM1_ECC) != 0U) in FLASH_OB_UserConfig()