Home
last modified time | relevance | path

Searched defs:IS_RCC_SCOPE_WWDG (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h4433 #define IS_RCC_SCOPE_WWDG(WWDG) (((WWDG) == RCC_WWDG1) || \ macro
4436 #define IS_RCC_SCOPE_WWDG(WWDG) ((WWDG) == RCC_WWDG1) macro