Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h648 #define OB_USER_IWDG2_SW 0x0200U /*!< Window watchdog selection */ macro
661 OB_USER_IWDG2_SW | OB_USER_BCM4 | OB_USER_BCM7 |\
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1448 if((UserType & OB_USER_IWDG2_SW) != 0U) in FLASH_OB_UserConfig()