/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_rcc.c | 389 usart_frequency = HSI_VALUE; in LL_RCC_GetUSARTClockFreq() 420 usart_frequency = HSI_VALUE; in LL_RCC_GetUSARTClockFreq() 454 usart_frequency = HSI_VALUE; in LL_RCC_GetUSARTClockFreq() 507 uart_frequency = HSI_VALUE; in LL_RCC_GetUARTClockFreq() 541 uart_frequency = HSI_VALUE; in LL_RCC_GetUARTClockFreq() 597 i2c_frequency = HSI_VALUE; in LL_RCC_GetI2CClockFreq() 622 i2c_frequency = HSI_VALUE; in LL_RCC_GetI2CClockFreq() 649 i2c_frequency = HSI_VALUE; in LL_RCC_GetI2CClockFreq() 676 i2c_frequency = HSI_VALUE; in LL_RCC_GetI2CClockFreq() 720 lpuart_frequency = HSI_VALUE; in LL_RCC_GetLPUARTClockFreq() [all …]
|
D | stm32l4xx_hal_rcc_ex.c | 1234 pllvco = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1449 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1482 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1517 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1554 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1591 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1626 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1737 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1768 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 1797 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() [all …]
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_rcc.c | 270 usart_frequency = HSI_VALUE; in LL_RCC_GetUSARTClockFreq() 302 usart_frequency = HSI_VALUE; in LL_RCC_GetUSARTClockFreq() 353 i2c_frequency = HSI_VALUE; in LL_RCC_GetI2CClockFreq() 377 i2c_frequency = HSI_VALUE; in LL_RCC_GetI2CClockFreq() 416 lpuart_frequency = HSI_VALUE; in LL_RCC_GetLPUARTClockFreq() 465 lptim_frequency = HSI_VALUE; in LL_RCC_GetLPTIMClockFreq() 553 frequency = HSI_VALUE; in RCC_GetSystemClockFreq() 621 pllinputfreq = HSI_VALUE; in RCC_PLL_GetFreqDomain_SYS() 629 pllinputfreq = HSI_VALUE; in RCC_PLL_GetFreqDomain_SYS()
|
D | stm32l0xx_hal_rcc_ex.c | 485 pllvco = (HSI_VALUE >> 2U); in HAL_RCCEx_GetPeriphCLKFreq() 489 pllvco = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 526 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 559 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 591 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 623 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq() 668 frequency = HSI_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
|
D | stm32l0xx_hal_rcc.c | 1168 sysclockfreq = (HSI_VALUE >> 2); in HAL_RCC_GetSysClockFreq() 1172 sysclockfreq = HSI_VALUE; in HAL_RCC_GetSysClockFreq() 1194 pllvco = ((HSI_VALUE >> 2) * pllm) / plld; in HAL_RCC_GetSysClockFreq() 1198 pllvco = (HSI_VALUE * pllm) / plld; in HAL_RCC_GetSysClockFreq()
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | system_stm32l0xx.c | 74 #if !defined (HSI_VALUE) 75 #define HSI_VALUE ((uint32_t)16000000U) /*!< Value of the Internal oscillator in Hz*/ macro 234 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 251 SystemCoreClock = (((HSI_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
|
D | stm32l0xx_hal_conf.h | 110 #if !defined (HSI_VALUE) 111 #define HSI_VALUE ((uint32_t)16000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | system_stm32l0xx.c | 74 #if !defined (HSI_VALUE) 75 #define HSI_VALUE ((uint32_t)16000000U) /*!< Value of the Internal oscillator in Hz*/ macro 234 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 251 SystemCoreClock = (((HSI_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
|
D | stm32l0xx_hal_conf.h | 120 #if !defined (HSI_VALUE) 121 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | system_stm32l0xx.c | 74 #if !defined (HSI_VALUE) 75 #define HSI_VALUE ((uint32_t)16000000U) /*!< Value of the Internal oscillator in Hz*/ macro 234 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 251 SystemCoreClock = (((HSI_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
|
D | stm32l0xx_hal_conf.h | 112 #if !defined (HSI_VALUE) 113 #define HSI_VALUE ((uint32_t)16000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | system_stm32l4xx.c | 118 #if !defined (HSI_VALUE) 119 #define HSI_VALUE 16000000U /*!< Value of the Internal oscillator in Hz*/ macro 296 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 313 pllvco = (HSI_VALUE / pllm); in SystemCoreClockUpdate()
|
D | stm32l4xx_hal_conf.h | 132 #if !defined (HSI_VALUE) 133 #define HSI_VALUE ((uint32_t)16000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | system_stm32l1xx.c | 87 #if !defined (HSI_VALUE) 88 #define HSI_VALUE ((uint32_t)8000000) /*!< Default value of the Internal oscillator in Hz. macro 241 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 258 SystemCoreClock = (((HSI_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
|
D | stm32l1xx_hal_conf.h | 109 #if !defined (HSI_VALUE) 110 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | system_stm32l1xx.c | 87 #if !defined (HSI_VALUE) 88 #define HSI_VALUE ((uint32_t)8000000) /*!< Default value of the Internal oscillator in Hz. macro 241 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 258 SystemCoreClock = (((HSI_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
|
D | stm32l1xx_hal_conf.h | 109 #if !defined (HSI_VALUE) 110 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | system_stm32l1xx.c | 87 #if !defined (HSI_VALUE) 88 #define HSI_VALUE ((uint32_t)8000000) /*!< Default value of the Internal oscillator in Hz. macro 241 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 258 SystemCoreClock = (((HSI_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
|
D | stm32l1xx_hal_conf.h | 109 #if !defined (HSI_VALUE) 110 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | system_stm32l1xx.c | 87 #if !defined (HSI_VALUE) 88 #define HSI_VALUE ((uint32_t)8000000) /*!< Default value of the Internal oscillator in Hz. macro 241 SystemCoreClock = HSI_VALUE; in SystemCoreClockUpdate() 258 SystemCoreClock = (((HSI_VALUE) * pllmul) / plldiv); in SystemCoreClockUpdate()
|
D | stm32l1xx_hal_conf.h | 109 #if !defined (HSI_VALUE) 110 #define HSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_rcc.c | 221 frequency = HSI_VALUE; in RCC_GetSystemClockFreq() 289 pllinputfreq = HSI_VALUE; in RCC_PLL_GetFreqDomain_SYS() 297 pllinputfreq = HSI_VALUE; in RCC_PLL_GetFreqDomain_SYS()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_conf_template.h | 109 #if !defined (HSI_VALUE) 110 #define HSI_VALUE (16000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_conf_template.h | 110 #if !defined (HSI_VALUE) 111 #define HSI_VALUE ((uint32_t)16000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_conf_template.h | 130 #if !defined (HSI_VALUE) 131 #define HSI_VALUE 16000000U /*!< Value of the Internal oscillator in Hz*/ macro
|