Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h649 #define OB_USER_BCM4 0x0400U /*!< CM4 boot selection */ macro
661 OB_USER_IWDG2_SW | OB_USER_BCM4 | OB_USER_BCM7 |\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1519 if((UserType & OB_USER_BCM4) != 0U) in FLASH_OB_UserConfig()