Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h278 #define OB_USER_SRAM2_ECC 0x00010000U /*!< SRAM2 ECC detection and correction enable */ macro
293 OB_USER_SRAM3_ECC | OB_USER_SRAM2_ECC | OB_USER_HUK_PUF |\
301 OB_USER_SRAM2_ECC | OB_USER_SRAM1_ECC)
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_flash.h337 #define OB_USER_SRAM2_ECC 0x00002000U /*!< SRAM2 ECC detection and correction enable */ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c1234 if ((UserType & OB_USER_SRAM2_ECC) != 0U) in FLASH_OB_UserConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c1390 if ((UserType & OB_USER_SRAM2_ECC) != 0U) in FLASH_OB_UserConfig()