Searched refs:IS_RCC_PLL2_SOURCE (Results 1 – 2 of 2) sorted by relevance
5293 assert_param(IS_RCC_PLL2_SOURCE(pPLL2Init->PLL2Source)); in HAL_RCCEx_EnablePLL2()6130 assert_param(IS_RCC_PLL2_SOURCE(pll2->PLL2Source)); in RCCEx_PLL2_Config()
3218 #define IS_RCC_PLL2_SOURCE(SOURCE) (((SOURCE) == RCC_PLL2_SOURCE_CSI) || \ macro