Searched refs:RCC_PLLSource_HSE_Div1 (Results 1 – 10 of 10) sorted by relevance
77 #define RCC_PLLSource_HSE_Div1 ((uint32_t)0x00010000) macro80 ((SOURCE) == RCC_PLLSource_HSE_Div1) || \
78 #define RCC_PLLSource_HSE_Div1 ((uint32_t)0x00400000) macro80 ((SOURCE) == RCC_PLLSource_HSE_Div1) || \
62 #define RCC_PLLSource_HSE_Div1 ((uint32_t)0x00010000) macro65 ((SOURCE) == RCC_PLLSource_HSE_Div1) || \
34 #define RCC_PLLSource_HSE_Div1 ((uint32_t)0x00010000) macro
36 #define RCC_PLLSource_HSE_Div1 ((uint32_t)0x00010000) macro
22 AIR_RCC_PLLConfig(RCC_PLLSource_HSE_Div1, RCC_PLLMul_27, FLASH_Div_2); //配置PLL,8*27=216MHz in SystemClock_Config()
190 RCC_PLLConfig(RCC_PLLSource_HSE_Div1,PLL_DN); in SystemClk_HSEInit()
Completed in 31 milliseconds