/loramac-node-latest/src/boards/SKiM880B/cmsis/ |
D | stm32l1xx_hal_conf.h | 101 #if !defined (MSI_VALUE) 102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/NAMote72/cmsis/ |
D | stm32l1xx_hal_conf.h | 101 #if !defined (MSI_VALUE) 102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/SKiM980A/cmsis/ |
D | stm32l1xx_hal_conf.h | 101 #if !defined (MSI_VALUE) 102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/NucleoL152/cmsis/ |
D | stm32l1xx_hal_conf.h | 101 #if !defined (MSI_VALUE) 102 #define MSI_VALUE ((uint32_t)16000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l0xx_hal_conf.h | 112 #if !defined (MSI_VALUE) 113 #define MSI_VALUE ((uint32_t)2000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
D | system_stm32l0xx.c | 70 #if !defined (MSI_VALUE) 71 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/SKiM881AXL/cmsis/ |
D | stm32l0xx_hal_conf.h | 103 #if !defined (MSI_VALUE) 104 #define MSI_VALUE ((uint32_t)2097000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
D | system_stm32l0xx.c | 70 #if !defined (MSI_VALUE) 71 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_conf_template.h | 101 #if !defined (MSI_VALUE) 102 #define MSI_VALUE (2097000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/NucleoL073/cmsis/ |
D | stm32l0xx_hal_conf.h | 101 #if !defined (MSI_VALUE) 102 #define MSI_VALUE ((uint32_t)2097000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
D | system_stm32l0xx.c | 70 #if !defined (MSI_VALUE) 71 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_conf_template.h | 102 #if !defined (MSI_VALUE) 103 #define MSI_VALUE ((uint32_t)2000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/NucleoL476/cmsis/ |
D | stm32l4xx_hal_conf.h | 124 #if !defined (MSI_VALUE) 125 #define MSI_VALUE ((uint32_t)4000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
D | system_stm32l4xx.c | 114 #if !defined (MSI_VALUE) 115 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_conf_template.h | 121 #if !defined (MSI_VALUE) 122 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_rcc.c | 282 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_rcc.c | 313 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 307 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
|