Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c1393 assert_param(IS_OB_USER_SRAM2_ECC(UserConfig2 & FLASH_OPTSR2_SRAM2_ECC)); in FLASH_OB_UserConfig()
1396 optr_reg2_val |= (UserConfig2 & FLASH_OPTSR2_SRAM2_ECC); in FLASH_OB_UserConfig()
1397 optr_reg2_mask |= FLASH_OPTSR2_SRAM2_ECC; in FLASH_OB_UserConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h492 #define OB_SRAM2_ECC_DISABLE FLASH_OPTSR2_SRAM2_ECC /*!< SRAM2 ECC check disable */
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dlow_level_security.c883 if ((flash_option_bytes_bank1.USERConfig2 & FLASH_OPTSR2_SRAM2_ECC) != 0) in LL_SECU_CheckStaticProtections()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h10447 #define FLASH_OPTSR2_SRAM2_ECC FLASH_OPTSR2_SRAM2_ECC_Msk /*!< SRAM2 ECC … macro