Searched refs:RCC_PLLSource_HSI (Results 1 – 2 of 2) sorted by relevance
77 #define RCC_PLLSource_HSI ((uint32_t)0x00000000) macro79 #define IS_RCC_PLL_SOURCE(SOURCE) (((SOURCE) == RCC_PLLSource_HSI) || \
103 #define RCC_PLLSource_HSI ((uint32_t)0x00000000) macro105 #define IS_RCC_PLL_SOURCE(SOURCE) (((SOURCE) == RCC_PLLSource_HSI) || \
Completed in 6 milliseconds