Home
last modified time | relevance | path

Searched refs:MSIRangeTable (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dsystem_stm32l4xx.c172 …const uint32_t MSIRangeTable[12] = {100000U, 200000U, 400000U, 800000U, 1000000U, 2000000U… variable
286 msirange = MSIRangeTable[msirange]; in SystemCoreClockUpdate()
Dsystem_stm32l4xx.h78 extern const uint32_t MSIRangeTable[12]; /*!< MSI ranges table values */
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c1224 pllvco = MSIRangeTable[(__HAL_RCC_GET_MSI_RANGE() >> 4U)]; in HAL_RCCEx_GetPeriphCLKFreq()
1297 frequency = MSIRangeTable[(__HAL_RCC_GET_MSI_RANGE() >> 4U)]; in HAL_RCCEx_GetPeriphCLKFreq()
1389 frequency = MSIRangeTable[(__HAL_RCC_GET_MSI_RANGE() >> 4U)]; in HAL_RCCEx_GetPeriphCLKFreq()
1731 frequency = MSIRangeTable[(__HAL_RCC_GET_MSI_RANGE() >> 4U)]; in HAL_RCCEx_GetPeriphCLKFreq()
1984 frequency = MSIRangeTable[(__HAL_RCC_GET_MSI_RANGE() >> 4U)]; in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32l4xx_hal_rcc.c1359 msirange = MSIRangeTable[msirange]; in HAL_RCC_GetSysClockFreq()
1812 msirange = MSIRangeTable[msirange]; in RCC_GetSysClockFreqFromPLLSource()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rcc.h2017 (MSIRangeTable[(__MSIRANGE__) >> 8U]) : \
2018 (MSIRangeTable[(__MSIRANGE__) >> 4U]))