Home
last modified time | relevance | path

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

123

/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dsystem_stm32c0xx.c65 #if !defined (HSI48_VALUE)
66 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
210 SystemCoreClock = (HSI48_VALUE / sysdiv); in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dsystem_stm32f0xx.c73 #if !defined (HSI48_VALUE)
74 #define HSI48_VALUE ((uint32_t)48000000) /*!< Default value of the HSI48 Internal oscillator in … macro
209 SystemCoreClock = (HSI48_VALUE/predivfactor) * pllmull; in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_rcc.c420 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
510 frequency = HSI48_VALUE; in RCC_GetSystemClockFreq()
569 pllinputfreq = HSI48_VALUE; in RCC_PLL_GetFreqDomain_SYS()
Dstm32f0xx_hal_rcc_ex.c531 frequency = (HSI48_VALUE / predivfactor) * pllmull; in HAL_RCCEx_GetPeriphCLKFreq()
549 frequency = HSI48_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32f0xx_hal_rcc.c1131 pllclk = (uint32_t)((uint64_t) HSI48_VALUE / (uint64_t) (prediv)) * ((uint64_t) pllmul); in HAL_RCC_GetSysClockFreq()
1150 sysclockfreq = HSI48_VALUE; in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_conf.h113 #if !defined (HSI48_VALUE)
114 #define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for US… macro
Dstm32c0xx_ll_rcc.h120 #if !defined (HSI48_VALUE)
121 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_conf.h113 #if !defined (HSI48_VALUE)
114 #define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for USB … macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_conf.h111 #if !defined (HSI48_VALUE)
112 …#define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for USB in… macro
Dstm32f0xx_ll_rcc.h130 #if !defined (HSI48_VALUE)
131 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_conf.h143 #if !defined (HSI48_VALUE)
144 #define HSI48_VALUE 48000000UL /*!< Value of the Internal oscillator in Hz… macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_conf.h102 #if !defined (HSI48_VALUE)
103 #define HSI48_VALUE (48000000U) /*!< Value of the Internal High Speed oscillator for USB … macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_conf.h156 #if !defined (HSI48_VALUE)
157 #define HSI48_VALUE (48000000UL) /*!< Value of the Internal oscillator in Hz*/ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_conf.h125 #if !defined (HSI48_VALUE)
126 …#define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for U… macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_conf.h140 #if !defined (HSI48_VALUE)
141 #define HSI48_VALUE (48000000UL) /*!< Value of the Internal High Speed oscillator for USB FS/RNG … macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_conf.h120 #if !defined (HSI48_VALUE)
121 #define HSI48_VALUE 48000000UL /*!< Value of the Internal High Speed oscillator for USB FS/S… macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_conf.h128 #if !defined (HSI48_VALUE)
129 …#define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for U… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_conf.h132 #if !defined (HSI48_VALUE)
133 #define HSI48_VALUE 48000000UL /*!< Value of the Internal High Speed oscillator for USB OTG … macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_conf.h130 #if !defined (HSI48_VALUE)
131 #define HSI48_VALUE 48000000UL /*!< Value of the Internal High Speed oscillator for USB… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c1292 sdmmc_frequency = HSI48_VALUE; in LL_RCC_GetSDMMCClockFreq()
1331 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
1338 rng_frequency = (HSI48_VALUE / 2U); in LL_RCC_GetRNGClockFreq()
1401 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_conf.h134 #if !defined (HSI48_VALUE)
135 #define HSI48_VALUE 48000000UL /*!< Value of the Internal High Speed oscillator for USB… macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_rcc.c417 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
484 frequency = HSI48_VALUE; in RCC_GetSystemClockFreq()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c965 sdmmc_frequency = HSI48_VALUE; in LL_RCC_GetSDMMCClockFreq()
1028 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
1090 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c1057 sdmmc_frequency = HSI48_VALUE; in LL_RCC_GetSDMMCClockFreq()
1127 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
1198 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c832 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
876 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()

123