Home
last modified time | relevance | path

Searched refs:HSI_VALUE (Results 1 – 25 of 41) sorted by relevance

12

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rcc.c389 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 …]
Dstm32l4xx_hal_rcc_ex.c1234 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/
Dstm32l0xx_ll_rcc.c270 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()
Dstm32l0xx_hal_rcc_ex.c485 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()
Dstm32l0xx_hal_rcc.c1168 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/
Dsystem_stm32l0xx.c74 #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()
Dstm32l0xx_hal_conf.h110 #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/
Dsystem_stm32l0xx.c74 #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()
Dstm32l0xx_hal_conf.h120 #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/
Dsystem_stm32l0xx.c74 #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()
Dstm32l0xx_hal_conf.h112 #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/
Dsystem_stm32l4xx.c118 #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()
Dstm32l4xx_hal_conf.h132 #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/
Dsystem_stm32l1xx.c87 #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()
Dstm32l1xx_hal_conf.h109 #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/
Dsystem_stm32l1xx.c87 #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()
Dstm32l1xx_hal_conf.h109 #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/
Dsystem_stm32l1xx.c87 #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()
Dstm32l1xx_hal_conf.h109 #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/
Dsystem_stm32l1xx.c87 #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()
Dstm32l1xx_hal_conf.h109 #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/
Dstm32l1xx_ll_rcc.c221 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/
Dstm32l1xx_hal_conf_template.h109 #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/
Dstm32l0xx_hal_conf_template.h110 #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/
Dstm32l4xx_hal_conf_template.h130 #if !defined (HSI_VALUE)
131 #define HSI_VALUE 16000000U /*!< Value of the Internal oscillator in Hz*/ macro

12