Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h310 #define OB_USER_SRAM1_ECC 0x00020000U /*!< SRAM1 ECC detection and correction enable */ macro
332 OB_USER_SRAM2_ECC | OB_USER_SRAM1_ECC)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1400 if ((UserType & OB_USER_SRAM1_ECC) != 0U) in FLASH_OB_UserConfig()