Home
last modified time | relevance | path

Searched refs:PLLSource (Results 1 – 15 of 15) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c656 assert_param(IS_RCC_PLLSOURCE(RCC_OscInitStruct->PLL.PLLSource)); in HAL_RCC_OscConfig()
676 __HAL_RCC_PLL_CONFIG(RCC_OscInitStruct->PLL.PLLSource, in HAL_RCC_OscConfig()
1203 RCC_OscInitStruct->PLL.PLLSource = (uint32_t)(RCC->CFGR & RCC_CFGR_PLLSRC); in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c732 assert_param(IS_RCC_PLLSOURCE(RCC_OscInitStruct->PLL.PLLSource)); in HAL_RCC_OscConfig()
752 __HAL_RCC_PLL_CONFIG(RCC_OscInitStruct->PLL.PLLSource, in HAL_RCC_OscConfig()
1350 RCC_OscInitStruct->PLL.PLLSource = (uint32_t)(RCC->CFGR & RCC_CFGR_PLLSRC); in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c895 assert_param(IS_RCC_PLLSOURCE(RCC_OscInitStruct->PLL.PLLSource)); in HAL_RCC_OscConfig()
920 __HAL_RCC_PLL_CONFIG(RCC_OscInitStruct->PLL.PLLSource, in HAL_RCC_OscConfig()
1588 RCC_OscInitStruct->PLL.PLLSource = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC); in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/
Dboard.c229 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSI; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/SKiM881AXL/
Dboard.c334 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/NucleoL073/
Dboard.c362 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSI; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/NucleoL152/
Dboard.c362 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSI; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/SKiM880B/
Dboard.c361 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/SKiM980A/
Dboard.c361 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/NucleoL476/
Dboard.c369 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_MSI; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/NAMote72/
Dboard.c433 RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rcc.h3991 __STATIC_INLINE void LL_RCC_PLL_SetMainSource(uint32_t PLLSource) in LL_RCC_PLL_SetMainSource() argument
3993 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC, PLLSource); in LL_RCC_PLL_SetMainSource()
Dstm32l4xx_hal_rcc.h68 uint32_t PLLSource; /*!< RCC_PLLSource: PLL entry clock source. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc.h241 uint32_t PLLSource; /*!< PLLSource: PLL entry clock source. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rcc.h255 uint32_t PLLSource; /*!< PLLSource: PLL entry clock source. member