/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | system_stm32l0xx.c | 66 #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()
|
D | stm32l0xx_hal_conf.h | 89 #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/ |
D | system_stm32l0xx.c | 66 #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()
|
D | stm32l0xx_hal_conf.h | 91 #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/ |
D | system_stm32l0xx.c | 66 #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()
|
D | stm32l0xx_hal_conf.h | 100 #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/ |
D | system_stm32l4xx.c | 110 #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()
|
D | stm32l4xx_hal_conf.h | 112 #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/ |
D | system_stm32l1xx.c | 82 #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()
|
D | stm32l1xx_hal_conf.h | 89 #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/ |
D | system_stm32l1xx.c | 82 #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()
|
D | stm32l1xx_hal_conf.h | 89 #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/ |
D | system_stm32l1xx.c | 82 #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()
|
D | stm32l1xx_hal_conf.h | 89 #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/ |
D | system_stm32l1xx.c | 82 #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()
|
D | stm32l1xx_hal_conf.h | 89 #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/ |
D | stm32l1xx_hal_rcc_ex.c | 312 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()
|
D | stm32l1xx_ll_rcc.c | 225 frequency = HSE_VALUE; in RCC_GetSystemClockFreq() 293 pllinputfreq = HSE_VALUE; in RCC_PLL_GetFreqDomain_SYS()
|
D | stm32l1xx_hal_rcc.c | 1044 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/ |
D | stm32l4xx_ll_rcc.c | 1474 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/ |
D | stm32l1xx_hal_conf_template.h | 89 #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/ |
D | stm32l0xx_hal_conf_template.h | 90 #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/ |
D | stm32l0xx_hal_rcc_ex.c | 439 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()
|
D | stm32l0xx_ll_rcc.c | 557 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/ |
D | stm32l4xx_hal_conf_template.h | 109 #if !defined (HSE_VALUE) 110 #define HSE_VALUE 8000000U /*!< Value of the External oscillator in Hz */ macro
|