Searched refs:IS_RCC_PLL3_SOURCE (Results 1 – 2 of 2) sorted by relevance
5417 assert_param(IS_RCC_PLL3_SOURCE(pPLL3Init->PLL3Source)); in HAL_RCCEx_EnablePLL3()6212 assert_param(IS_RCC_PLL3_SOURCE(pll3->PLL3Source)); in RCCEx_PLL3_Config()
3240 #define IS_RCC_PLL3_SOURCE(SOURCE) (((SOURCE) == RCC_PLL3_SOURCE_CSI) || \ macro