Searched refs:RCC_PLLSource_HSI_Div2 (Results 1 – 6 of 6) sorted by relevance
59 #define RCC_PLLSource_HSI_Div2 ((uint32_t)0x00000000) macro64 #define IS_RCC_PLL_SOURCE(SOURCE) (((SOURCE) == RCC_PLLSource_HSI_Div2) || \
66 #define RCC_PLLSource_HSI_Div2 RCC_CFGR_PLLSRC_HSI_Div2 macro71 #define IS_RCC_PLL_SOURCE(SOURCE) (((SOURCE) == RCC_PLLSource_HSI_Div2) || \
69 #define RCC_PLLSource_HSI_Div2 RCC_CFGR_PLLSRC_HSI_Div2 macro75 #define IS_RCC_PLL_SOURCE(SOURCE) (((SOURCE) == RCC_PLLSource_HSI_Div2) || \
33 #define RCC_PLLSource_HSI_Div2 ((uint32_t)0x00000000) macro
35 #define RCC_PLLSource_HSI_Div2 ((uint32_t)0x00000000) macro
Completed in 14 milliseconds