Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h531 #if defined (FLASH_OPTSR2_SRAM1_ECC)
533 #define OB_SRAM1_ECC_DISABLE FLASH_OPTSR2_SRAM1_ECC /*!< SRAM1 ECC check disable */
1005 #if defined (FLASH_OPTSR2_SRAM1_ECC)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1399 #if defined (FLASH_OPTSR2_SRAM1_ECC) in FLASH_OB_UserConfig()
1403 assert_param(IS_OB_USER_SRAM1_ECC(UserConfig2 & FLASH_OPTSR2_SRAM1_ECC)); in FLASH_OB_UserConfig()
1406 optr_reg2_val |= (UserConfig2 & FLASH_OPTSR2_SRAM1_ECC); in FLASH_OB_UserConfig()
1407 optr_reg2_mask |= FLASH_OPTSR2_SRAM1_ECC; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h5647 #define FLASH_OPTSR2_SRAM1_ECC FLASH_OPTSR2_SRAM1_ECC_Msk /*!< SRAM1 ECC… macro