/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | system_stm32c0xx.c | 65 #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/ |
D | system_stm32f0xx.c | 73 #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/ |
D | stm32f0xx_ll_rcc.c | 420 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq() 510 frequency = HSI48_VALUE; in RCC_GetSystemClockFreq() 569 pllinputfreq = HSI48_VALUE; in RCC_PLL_GetFreqDomain_SYS()
|
D | stm32f0xx_hal_rcc_ex.c | 531 frequency = (HSI48_VALUE / predivfactor) * pllmull; in HAL_RCCEx_GetPeriphCLKFreq() 549 frequency = HSI48_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
|
D | stm32f0xx_hal_rcc.c | 1131 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/ |
D | stm32c0xx_hal_conf.h | 113 #if !defined (HSI48_VALUE) 114 #define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for US… macro
|
D | stm32c0xx_ll_rcc.h | 120 #if !defined (HSI48_VALUE) 121 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_conf.h | 113 #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/ |
D | stm32f0xx_hal_conf.h | 111 #if !defined (HSI48_VALUE) 112 …#define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for USB in… macro
|
D | stm32f0xx_ll_rcc.h | 130 #if !defined (HSI48_VALUE) 131 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_conf.h | 143 #if !defined (HSI48_VALUE) 144 #define HSI48_VALUE 48000000UL /*!< Value of the Internal oscillator in Hz… macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_conf.h | 102 #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/ |
D | stm32wbxx_hal_conf.h | 156 #if !defined (HSI48_VALUE) 157 #define HSI48_VALUE (48000000UL) /*!< Value of the Internal oscillator in Hz*/ macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_conf.h | 125 #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/ |
D | stm32g4xx_hal_conf.h | 140 #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/ |
D | stm32l5xx_hal_conf.h | 120 #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/ |
D | stm32l4xx_hal_conf.h | 128 #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/ |
D | stm32h7rsxx_hal_conf.h | 132 #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/ |
D | stm32h5xx_hal_conf.h | 130 #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/ |
D | stm32u5xx_ll_rcc.c | 1292 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/ |
D | stm32u5xx_hal_conf.h | 134 #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/ |
D | stm32c0xx_ll_rcc.c | 417 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq() 484 frequency = HSI48_VALUE; in RCC_GetSystemClockFreq()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rcc.c | 965 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/ |
D | stm32l4xx_ll_rcc.c | 1057 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/ |
D | stm32g4xx_ll_rcc.c | 832 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq() 876 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
|