Searched refs:CFGR2_PREDIV2 (Results 1 – 1 of 1) sorted by relevance
156 #define CFGR2_PREDIV2 ((uint32_t)0x000000F0) macro462 tmpreg &= ~CFGR2_PREDIV2; in RCC_PREDIV2Config()992 prediv2factor = ((RCC->CFGR2 & CFGR2_PREDIV2) >> 4) + 1; in RCC_GetClocksFreq()
Completed in 4 milliseconds