Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c585 assert_param(IS_OB_WWDG_SOURCE(Wwdg)); in FLASH_OB_UserConfig()
753 assert_param(IS_OB_WWDG_SOURCE(Wwdg)); in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h572 #define IS_OB_WWDG_SOURCE(SOURCE) (((SOURCE) == OB_WWDG_SW) || ((SOURCE) == OB_WWDG_HW)) macro