Searched refs:IS_RCC_PREDIV1_SOURCE (Results 1 – 2 of 2) sorted by relevance
187 #define IS_RCC_PREDIV1_SOURCE(SOURCE) (((SOURCE) == RCC_PREDIV1_Source_HSE) || \ macro193 #define IS_RCC_PREDIV1_SOURCE(SOURCE) (((SOURCE) == RCC_PREDIV1_Source_HSE)) macro
430 assert_param(IS_RCC_PREDIV1_SOURCE(RCC_PREDIV1_Source)); in RCC_PREDIV1Config()
Completed in 7 milliseconds