Home
last modified time | relevance | path

Searched refs:HSE_VALUE (Results 1 – 16 of 16) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/Device/Source/Templates/
Dsystem_stm32l5xx.c120 #if !defined (HSE_VALUE)
121 #define HSE_VALUE 16000000U /*!< Value of the External oscillator in Hz */ macro
286 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
303 pllvco = (HSE_VALUE / pllm); in SystemCoreClockUpdate()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/secure/
Dsystem_stm32l5xx.c104 #if !defined (HSE_VALUE)
105 #define HSE_VALUE 16000000U /*!< Value of the External oscillator in Hz */ macro
272 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
289 pllvco = (HSE_VALUE / pllm); in SystemCoreClockUpdate()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/secure/
Dsystem_stm32u5xx.c123 #if !defined (HSE_VALUE)
124 #define HSE_VALUE 16000000U /*!< Value of the External oscillator in Hz */ macro
276 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
299 pllvco = ((float_t)HSE_VALUE / (float_t)pllm); in SystemCoreClockUpdate()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/secure/
Dsystem_stm32h5xx.c75 #if !defined (HSE_VALUE)
76 #define HSE_VALUE (25000000U) /*!< Value of the External oscillator in Hz */ macro
218 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
246 …pllvco = ((float_t)HSE_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Source/Templates/
Dsystem_stm32u5xx.c123 #if !defined (HSE_VALUE)
124 #define HSE_VALUE 16000000U /*!< Value of the External oscillator in Hz */ macro
282 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
305 pllvco = ((float_t)HSE_VALUE / (float_t)pllm); in SystemCoreClockUpdate()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Source/Templates/
Dsystem_stm32h5xx.c69 #if !defined (HSE_VALUE)
70 #define HSE_VALUE (25000000U) /*!< Value of the External oscillator in Hz */ macro
210 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
238 …pllvco = ((float_t)HSE_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/nucleo_l552ze_q/include/
Dstm32l5xx_hal_conf.h88 #if !defined (HSE_VALUE)
89 #define HSE_VALUE 16000000U /*!< Value of the External oscillator in Hz */ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32l562e_dk/include/
Dstm32l5xx_hal_conf.h88 #if !defined (HSE_VALUE)
89 #define HSE_VALUE 16000000U /*!< Value of the External oscillator in Hz */ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/b_u585i_iot02a/include/
Dstm32u5xx_hal_conf.h93 #if !defined (HSE_VALUE)
94 #define HSE_VALUE 16000000UL /*!< Value of the External oscillator in Hz */ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32h573i_dk/include/
Dstm32h5xx_hal_conf.h98 #if !defined (HSE_VALUE)
99 #define HSE_VALUE 25000000UL /*!< Value of the External oscillator in Hz */ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c2870 …pll1vco = ((float_t)HSE_VALUE / (float_t)pll1m) * ((float_t)(uint32_t)pll1n + (fracn1 / (float_t)0… in HAL_RCCEx_GetPLL1ClockFreq()
3005 …pll2vco = ((float_t)HSE_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)pll2n + (fracn2 / (float_t)0… in HAL_RCCEx_GetPLL2ClockFreq()
3113 …pll3vco = ((float_t)HSE_VALUE / (float_t)pll3m) * ((float_t)(uint32_t)pll3n + (fracn3 / (float_t)0… in HAL_RCCEx_GetPLL3ClockFreq()
3265 … frequency = (HSE_VALUE / ((uint32_t)(__HAL_RCC_GET_RTC_HSE_PRESCALER() >> RCC_CFGR1_RTCPRE_Pos))); in HAL_RCCEx_GetPeriphCLKFreq()
3334 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
3404 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
3990 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
4286 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
4373 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
4459 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
[all …]
Dstm32h5xx_hal_rcc.c1392 sysclockfreq = HSE_VALUE; in HAL_RCC_GetSysClockFreq()
1429 …pllvco = ((float_t)HSE_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in HAL_RCC_GetSysClockFreq()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c853 frequency = HSE_VALUE / 32U; in HAL_RCCEx_GetPeriphCLKFreq()
893 pllvco = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
1544 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
2805 pllvco = HSE_VALUE; in RCCEx_PLLSAI1_GetVCOFreq()
2854 pllvco = HSE_VALUE; in RCCEx_PLLSAI2_GetVCOFreq()
Dstm32l5xx_hal_rcc.c1472 sysclockfreq = HSE_VALUE; in HAL_RCC_GetSysClockFreq()
1496 pllvco = (HSE_VALUE / pllm) * ((RCC->PLLCFGR & RCC_PLLCFGR_PLLN) >> RCC_PLLCFGR_PLLN_Pos); in HAL_RCC_GetSysClockFreq()
2003 … pllvco = (HSE_VALUE / pllm) * (READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLN) >> RCC_PLLCFGR_PLLN_Pos); in RCC_GetSysClockFreqFromPLLSource()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c1154 …pll1vco = ((float_t)HSE_VALUE / (float_t)pll1m) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIV… in HAL_RCCEx_GetPLL1ClockFreq()
1253 …pll2vco = ((float_t)HSE_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIV… in HAL_RCCEx_GetPLL2ClockFreq()
1351 …pll3vco = ((float_t)HSE_VALUE / (float_t)pll3m) * ((float_t)(uint32_t)(RCC->PLL3DIVR & RCC_PLL3DIV… in HAL_RCCEx_GetPLL3ClockFreq()
1474 frequency = HSE_VALUE / 32U; in HAL_RCCEx_GetPeriphCLKFreq()
1893 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
2184 frequency = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32u5xx_hal_rcc.c1645 sysclockfreq = HSE_VALUE; in HAL_RCC_GetSysClockFreq()
1674 …pllvco = ((float_t)HSE_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in HAL_RCC_GetSysClockFreq()