Searched refs:__LL_RCC_CALC_MSI_FREQ (Results 1 – 2 of 2) sorted by relevance
210 frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_GetRange()); in RCC_GetSystemClockFreq()226 frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_GetRange()); in RCC_GetSystemClockFreq()
460 #define __LL_RCC_CALC_MSI_FREQ(__MSIRANGE__) ((32768U * ( 1UL << (((__MSIRANGE__) >> RCC_ICSCR_MSIR… macro
Completed in 7 milliseconds