Home
last modified time | relevance | path

Searched refs:HSI48_VALUE (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f0xx/CMSIS/
A Dsystem_stm32f0xx.c109 #if !defined (HSI48_VALUE)
110 #define HSI48_VALUE ((uint32_t)48000000) /*!< Default value of the HSI48 Internal oscillator in … macro
291 SystemCoreClock = (HSI48_VALUE/predivfactor) * pllmull; in SystemCoreClockUpdate()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_conf_template.h126 #if !defined (HSI48_VALUE)
127 …#define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for USB in… macro
A Dstm32f0xx_hal_conf.h128 #if !defined (HSI48_VALUE)
129 #define HSI48_VALUE ((uint32_t)48000000) /*!< Value of the Internal High Speed oscillator for USB i… macro
A Dstm32f0xx_ll_rcc.h148 #if !defined (HSI48_VALUE)
149 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_rcc.c412 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
502 frequency = HSI48_VALUE; in RCC_GetSystemClockFreq()
561 pllinputfreq = HSI48_VALUE; in RCC_PLL_GetFreqDomain_SYS()
A Dstm32f0xx_hal_rcc_ex.c549 frequency = (HSI48_VALUE / predivfactor) * pllmull; in HAL_RCCEx_GetPeriphCLKFreq()
567 frequency = HSI48_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
A Dstm32f0xx_hal_rcc.c1097 pllclk = (HSI48_VALUE / prediv) * pllmul; in HAL_RCC_GetSysClockFreq()
1116 sysclockfreq = HSI48_VALUE; in HAL_RCC_GetSysClockFreq()
A Dstm32f0xx_ll_utils.c332 pllfreq = UTILS_GetPLLOutputFrequency(HSI48_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI48()

Completed in 24 milliseconds