Home
last modified time | relevance | path

Searched refs:FLASH_OPTSR2_BKPRAM_ECC (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c1371 assert_param(IS_OB_USER_BKPRAM_ECC(UserConfig2 & FLASH_OPTSR2_BKPRAM_ECC)); in FLASH_OB_UserConfig()
1374 optr_reg2_val |= (UserConfig2 & FLASH_OPTSR2_BKPRAM_ECC); in FLASH_OB_UserConfig()
1375 optr_reg2_mask |= FLASH_OPTSR2_BKPRAM_ECC; in FLASH_OB_UserConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h472 #define OB_BKPRAM_ECC_DISABLE FLASH_OPTSR2_BKPRAM_ECC /*!< BKPRAM ECC check disable */
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h10441 #define FLASH_OPTSR2_BKPRAM_ECC FLASH_OPTSR2_BKPRAM_ECC_Msk /*!< Backup RAM… macro