Home
last modified time | relevance | path

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

12

/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dsystem_stm32l0xx.c66 #if !defined (HSE_VALUE)
67 #define HSE_VALUE ((uint32_t)8000000U) /*!< Value of the External oscillator in Hz */ macro
237 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
256 SystemCoreClock = (((HSE_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
Dstm32l0xx_hal_conf.h89 #if !defined (HSE_VALUE)
90 #define HSE_VALUE ((uint32_t)16000000U) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dsystem_stm32l0xx.c66 #if !defined (HSE_VALUE)
67 #define HSE_VALUE ((uint32_t)8000000U) /*!< Value of the External oscillator in Hz */ macro
237 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
256 SystemCoreClock = (((HSE_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
Dstm32l0xx_hal_conf.h91 #if !defined (HSE_VALUE)
92 #define HSE_VALUE ((uint32_t)16000000U) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dsystem_stm32l0xx.c66 #if !defined (HSE_VALUE)
67 #define HSE_VALUE ((uint32_t)8000000U) /*!< Value of the External oscillator in Hz */ macro
237 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
256 SystemCoreClock = (((HSE_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
Dstm32l0xx_hal_conf.h100 #if !defined (HSE_VALUE)
101 #define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dsystem_stm32l4xx.c110 #if !defined (HSE_VALUE)
111 #define HSE_VALUE 8000000U /*!< Value of the External oscillator in Hz */ macro
300 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
317 pllvco = (HSE_VALUE / pllm); in SystemCoreClockUpdate()
Dstm32l4xx_hal_conf.h112 #if !defined (HSE_VALUE)
113 #define HSE_VALUE ((uint32_t)8000000U) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dsystem_stm32l1xx.c82 #if !defined (HSE_VALUE)
83 #define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz. macro
244 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
263 SystemCoreClock = (((HSE_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
Dstm32l1xx_hal_conf.h89 #if !defined (HSE_VALUE)
90 #define HSE_VALUE ((uint32_t)16000000) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dsystem_stm32l1xx.c82 #if !defined (HSE_VALUE)
83 #define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz. macro
244 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
263 SystemCoreClock = (((HSE_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
Dstm32l1xx_hal_conf.h89 #if !defined (HSE_VALUE)
90 #define HSE_VALUE ((uint32_t)16000000) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dsystem_stm32l1xx.c82 #if !defined (HSE_VALUE)
83 #define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz. macro
244 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
263 SystemCoreClock = (((HSE_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
Dstm32l1xx_hal_conf.h89 #if !defined (HSE_VALUE)
90 #define HSE_VALUE ((uint32_t)16000000) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dsystem_stm32l1xx.c82 #if !defined (HSE_VALUE)
83 #define HSE_VALUE ((uint32_t)8000000) /*!< Default value of the External oscillator in Hz. macro
244 SystemCoreClock = HSE_VALUE; in SystemCoreClockUpdate()
263 SystemCoreClock = (((HSE_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
Dstm32l1xx_hal_conf.h89 #if !defined (HSE_VALUE)
90 #define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc_ex.c312 frequency = HSE_VALUE / 16U; in HAL_RCCEx_GetPeriphCLKFreq()
317 frequency = HSE_VALUE / 8U; in HAL_RCCEx_GetPeriphCLKFreq()
322 frequency = HSE_VALUE / 4U; in HAL_RCCEx_GetPeriphCLKFreq()
327 frequency = HSE_VALUE / 2U; in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32l1xx_ll_rcc.c225 frequency = HSE_VALUE; in RCC_GetSystemClockFreq()
293 pllinputfreq = HSE_VALUE; in RCC_PLL_GetFreqDomain_SYS()
Dstm32l1xx_hal_rcc.c1044 sysclockfreq = HSE_VALUE; in HAL_RCC_GetSysClockFreq()
1054 pllvco = (HSE_VALUE * pllm) / plld; in HAL_RCC_GetSysClockFreq()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rcc.c1474 frequency = HSE_VALUE; in RCC_GetSystemClockFreq()
1552 pllinputfreq = HSE_VALUE; in RCC_PLL_GetFreqDomain_SYS()
1594 pllinputfreq = HSE_VALUE; in RCC_PLL_GetFreqDomain_SAI()
1636 pllinputfreq = HSE_VALUE; in RCC_PLL_GetFreqDomain_48M()
1676 pllinputfreq = HSE_VALUE; in RCC_PLLSAI2_GetFreqDomain_DSI()
1723 pllinputfreq = HSE_VALUE; in RCC_PLLSAI1_GetFreqDomain_SAI()
1767 pllinputfreq = HSE_VALUE; in RCC_PLLSAI1_GetFreqDomain_48M()
1811 pllinputfreq = HSE_VALUE; in RCC_PLLSAI1_GetFreqDomain_ADC()
1857 pllinputfreq = HSE_VALUE; in RCC_PLLSAI2_GetFreqDomain_SAI()
1903 pllinputfreq = HSE_VALUE; in RCC_PLLSAI2_GetFreqDomain_LTDC()
[all …]
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_conf_template.h89 #if !defined (HSE_VALUE)
90 #define HSE_VALUE (8000000U) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_conf_template.h90 #if !defined (HSE_VALUE)
91 #define HSE_VALUE ((uint32_t)8000000U) /*!< Value of the External oscillator in Hz */ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc_ex.c439 frequency = HSE_VALUE / 16U; in HAL_RCCEx_GetPeriphCLKFreq()
444 frequency = HSE_VALUE / 8U; in HAL_RCCEx_GetPeriphCLKFreq()
449 frequency = HSE_VALUE / 4U; in HAL_RCCEx_GetPeriphCLKFreq()
454 frequency = HSE_VALUE / 2U; in HAL_RCCEx_GetPeriphCLKFreq()
494 pllvco = HSE_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32l0xx_ll_rcc.c557 frequency = HSE_VALUE; in RCC_GetSystemClockFreq()
625 pllinputfreq = HSE_VALUE; in RCC_PLL_GetFreqDomain_SYS()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_conf_template.h109 #if !defined (HSE_VALUE)
110 #define HSE_VALUE 8000000U /*!< Value of the External oscillator in Hz */ macro

12