Home
last modified time | relevance | path

Searched refs:HSI48_VALUE (Results 1 – 12 of 12) sorted by relevance

/loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l0xx_hal_conf.h127 #if !defined (HSI48_VALUE)
128 #define HSI48_VALUE ((uint32_t)48000000) /*!< Value of the Internal High Speed oscillator for USB i… macro
/loramac-node-latest/src/boards/NucleoL073/cmsis/
Dstm32l0xx_hal_conf.h117 #if !defined (HSI48_VALUE)
118 #define HSI48_VALUE ((uint32_t)48000000U) /*!< Value of the Internal High Speed oscillator for USB … macro
/loramac-node-latest/src/boards/SKiM881AXL/cmsis/
Dstm32l0xx_hal_conf.h119 #if !defined (HSI48_VALUE)
120 #define HSI48_VALUE ((uint32_t)48000000U) /*!< Value of the Internal High Speed oscillator for USB … macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_conf_template.h117 #if !defined (HSI48_VALUE)
118 #define HSI48_VALUE ((uint32_t)48000000U) /*!< Value of the Internal High Speed oscillator for USB … macro
Dstm32l0xx_ll_rcc.h157 #if !defined (HSI48_VALUE)
158 #define HSI48_VALUE ((uint32_t)48000000U) /*!< Value of the HSI48 oscillator in Hz */ macro
/loramac-node-latest/src/boards/NucleoL476/cmsis/
Dstm32l4xx_hal_conf.h143 #if !defined (HSI48_VALUE)
144 …#define HSI48_VALUE ((uint32_t)48000000U) /*!< Value of the Internal High Speed oscillator for U… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_conf_template.h141 #if !defined (HSI48_VALUE)
142 …#define HSI48_VALUE 48000000U /*!< Value of the Internal High Speed oscillator for U… macro
Dstm32l4xx_ll_rcc.h140 #if !defined (HSI48_VALUE)
141 #define HSI48_VALUE 48000000U /*!< Value of the HSI48 oscillator in Hz */ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rcc.c1023 sdmmc_frequency = HSI48_VALUE; in LL_RCC_GetSDMMCClockFreq()
1087 rng_frequency = HSI48_VALUE; in LL_RCC_GetRNGClockFreq()
1152 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
Dstm32l4xx_hal_rcc_ex.c1338 frequency = HSI48_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
1421 frequency = HSI48_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_rcc.c516 usb_frequency = HSI48_VALUE; in LL_RCC_GetUSBClockFreq()
Dstm32l0xx_hal_rcc_ex.c503 frequency = HSI48_VALUE; in HAL_RCCEx_GetPeriphCLKFreq()