Home
last modified time | relevance | path

Searched refs:MSI_VALUE (Results 1 – 18 of 18) sorted by relevance

/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l1xx_hal_conf.h101 #if !defined (MSI_VALUE)
102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l1xx_hal_conf.h101 #if !defined (MSI_VALUE)
102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l1xx_hal_conf.h101 #if !defined (MSI_VALUE)
102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l1xx_hal_conf.h101 #if !defined (MSI_VALUE)
102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l0xx_hal_conf.h112 #if !defined (MSI_VALUE)
113 #define MSI_VALUE ((uint32_t)2000000) /*!< Value of the Internal oscillator in Hz*/ macro
Dsystem_stm32l0xx.c70 #if !defined (MSI_VALUE)
71 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_conf_template.h101 #if !defined (MSI_VALUE)
102 #define MSI_VALUE (2097000U) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l0xx_hal_conf.h101 #if !defined (MSI_VALUE)
102 #define MSI_VALUE ((uint32_t)2097000U) /*!< Value of the Internal oscillator in Hz*/ macro
Dsystem_stm32l0xx.c70 #if !defined (MSI_VALUE)
71 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l0xx_hal_conf.h103 #if !defined (MSI_VALUE)
104 #define MSI_VALUE ((uint32_t)2097000U) /*!< Value of the Internal oscillator in Hz*/ macro
Dsystem_stm32l0xx.c70 #if !defined (MSI_VALUE)
71 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_conf_template.h102 #if !defined (MSI_VALUE)
103 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l4xx_hal_conf.h124 #if !defined (MSI_VALUE)
125 #define MSI_VALUE ((uint32_t)4000000U) /*!< Value of the Internal oscillator in Hz*/ macro
Dsystem_stm32l4xx.c114 #if !defined (MSI_VALUE)
115 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_conf_template.h121 #if !defined (MSI_VALUE)
122 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c282 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c313 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c307 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()