|
STM32F103xB HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RCC_PLL_Enable (void) |
| Enable PLL. | |
| __STATIC_INLINE void | LL_RCC_PLL_Disable (void) |
| Disable PLL. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLL_IsReady (void) |
| Check if PLL Ready. | |
| __STATIC_INLINE void | LL_RCC_PLL_ConfigDomain_SYS (uint32_t Source, uint32_t PLLMul) |
| Configure PLL used for SYSCLK Domain. | |
| __STATIC_INLINE void | LL_RCC_PLL_SetMainSource (uint32_t PLLSource) |
| Configure PLL clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLL_GetMainSource (void) |
| Get the oscillator used as PLL clock source. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLL_GetMultiplicator (void) |
| Get PLL multiplication Factor. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLL_GetPrediv (void) |
| Get PREDIV1 division factor for the main PLL. | |
| __STATIC_INLINE void LL_RCC_PLL_ConfigDomain_SYS | ( | uint32_t | Source, |
| uint32_t | PLLMul | ||
| ) |
Configure PLL used for SYSCLK Domain.
| Source | This parameter can be one of the following values:
|
| PLLMul | This parameter can be one of the following values:
|
| None |
Definition at line 1477 of file stm32f1xx_ll_rcc.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), and LL_PLL_ConfigSystemClock_HSI().
| __STATIC_INLINE void LL_RCC_PLL_Disable | ( | void | ) |
Disable PLL.
| None |
Definition at line 1398 of file stm32f1xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_PLL_Enable | ( | void | ) |
Enable PLL.
| None |
Definition at line 1387 of file stm32f1xx_ll_rcc.h.
Referenced by UTILS_EnablePLLAndSwitchSystem().
| __STATIC_INLINE uint32_t LL_RCC_PLL_GetMainSource | ( | void | ) |
Get the oscillator used as PLL clock source.
| Returned | value can be one of the following values:
|
Definition at line 1520 of file stm32f1xx_ll_rcc.h.
Referenced by RCC_PLL_GetFreqDomain_SYS(), and UTILS_EnablePLLAndSwitchSystem().
| __STATIC_INLINE uint32_t LL_RCC_PLL_GetMultiplicator | ( | void | ) |
Get PLL multiplication Factor.
| Returned | value can be one of the following values:
|
Definition at line 1554 of file stm32f1xx_ll_rcc.h.
Referenced by RCC_PLL_GetFreqDomain_SYS().
| __STATIC_INLINE uint32_t LL_RCC_PLL_GetPrediv | ( | void | ) |
Get PREDIV1 division factor for the main PLL.
| Returned | value can be one of the following values:
|
Definition at line 1584 of file stm32f1xx_ll_rcc.h.
Referenced by RCC_PLL_GetFreqDomain_SYS().
| __STATIC_INLINE uint32_t LL_RCC_PLL_IsReady | ( | void | ) |
Check if PLL Ready.
| State | of bit (1 or 0). |
Definition at line 1408 of file stm32f1xx_ll_rcc.h.
Referenced by LL_RCC_DeInit(), LL_RCC_GetUSBClockFreq(), UTILS_EnablePLLAndSwitchSystem(), and UTILS_PLL_IsBusy().
| __STATIC_INLINE void LL_RCC_PLL_SetMainSource | ( | uint32_t | PLLSource | ) |
Configure PLL clock source.
| PLLSource | This parameter can be one of the following values:
|
| None |
Definition at line 1501 of file stm32f1xx_ll_rcc.h.
1.7.6.1