Searched refs:HSI48_VALUE (Results 1 – 8 of 8) sorted by relevance
109 #if !defined (HSI48_VALUE)110 #define HSI48_VALUE ((uint32_t)48000000) /*!< Default value of the HSI48 Internal oscillator in … macro291 SystemCoreClock = (HSI48_VALUE/predivfactor) * pllmull; in SystemCoreClockUpdate()
126 #if !defined (HSI48_VALUE) 127 …#define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for USB in… macro
128 #if !defined (HSI48_VALUE) 129 #define HSI48_VALUE ((uint32_t)48000000) /*!< Value of the Internal High Speed oscillator for USB i… macro
148 #if !defined (HSI48_VALUE)149 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
412 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()502 frequency = HSI48_VALUE; in RCC_GetSystemClockFreq()561 pllinputfreq = HSI48_VALUE; in RCC_PLL_GetFreqDomain_SYS()
549 frequency = (HSI48_VALUE / predivfactor) * pllmull; in HAL_RCCEx_GetPeriphCLKFreq()567 frequency = HSI48_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
1097 pllclk = (HSI48_VALUE / prediv) * pllmul; in HAL_RCC_GetSysClockFreq()1116 sysclockfreq = HSI48_VALUE; in HAL_RCC_GetSysClockFreq()
332 pllfreq = UTILS_GetPLLOutputFrequency(HSI48_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI48()
Completed in 24 milliseconds