Home
last modified time | relevance | path

Searched refs:RCC_CFGR_PLLSRC (Results 1 – 20 of 20) sorted by relevance

/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dsystem_stm32l0xx.c246 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
Dstm32l073xx.h3994 #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock… macro
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dsystem_stm32l0xx.c246 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
Dstm32l081xx.h3580 #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dsystem_stm32l0xx.c246 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
Dstm32l072xx.h3852 #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock… macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dsystem_stm32l1xx.c253 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
Dstm32l151xba.h3868 #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock… macro
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dsystem_stm32l1xx.c253 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
Dstm32l152xe.h4331 #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock… macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dsystem_stm32l1xx.c253 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
Dstm32l151xba.h3868 #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock… macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dsystem_stm32l1xx.c253 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
Dstm32l152xc.h4261 #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rcc.h1256 …MODIFY_REG(RCC->CFGR, RCC_CFGR_PLLSRC | RCC_CFGR_PLLMUL | RCC_CFGR_PLLDIV, Source | PLLMul | PLLDi… in LL_RCC_PLL_ConfigDomain_SYS()
1268 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_PLLSRC)); in LL_RCC_PLL_GetMainSource()
Dstm32l1xx_hal_rcc.h1593 …MODIFY_REG(RCC->CFGR, (RCC_CFGR_PLLSRC|RCC_CFGR_PLLMUL|RCC_CFGR_PLLDIV),((__RCC_PLLSOURCE__) | (__…
1601 #define __HAL_RCC_GET_PLL_OSCSOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_PLLSRC)))
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rcc.h1866 …MODIFY_REG(RCC->CFGR, RCC_CFGR_PLLSRC | RCC_CFGR_PLLMUL | RCC_CFGR_PLLDIV, Source | PLLMul | PLLDi… in LL_RCC_PLL_ConfigDomain_SYS()
1878 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_PLLSRC)); in LL_RCC_PLL_GetMainSource()
Dstm32l0xx_hal_rcc.h1393 …MODIFY_REG(RCC->CFGR, (RCC_CFGR_PLLSRC|RCC_CFGR_PLLMUL|RCC_CFGR_PLLDIV),((__RCC_PLLSOURCE__) | (__…
1401 #define __HAL_RCC_GET_PLL_OSCSOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_PLLSRC)))
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c1203 RCC_OscInitStruct->PLL.PLLSource = (uint32_t)(RCC->CFGR & RCC_CFGR_PLLSRC); in HAL_RCC_GetOscConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c1350 RCC_OscInitStruct->PLL.PLLSource = (uint32_t)(RCC->CFGR & RCC_CFGR_PLLSRC); in HAL_RCC_GetOscConfig()