STM32L443xx HAL User Manual
|
UTILS PLL structure definition. More...
#include <stm32l4xx_ll_utils.h>
Data Fields | |
uint32_t | PLLM |
uint32_t | PLLN |
uint32_t | PLLR |
UTILS PLL structure definition.
Definition at line 96 of file stm32l4xx_ll_utils.h.
uint32_t LL_UTILS_PLLInitTypeDef::PLLM |
Division factor for PLL VCO input clock. This parameter can be a value of PLL division factor
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 98 of file stm32l4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), LL_PLL_ConfigSystemClock_MSI(), and UTILS_GetPLLOutputFrequency().
uint32_t LL_UTILS_PLLInitTypeDef::PLLN |
Multiplication factor for PLL VCO output clock. This parameter must be a number between Min_Data = 8 and Max_Data = 86
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 104 of file stm32l4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), LL_PLL_ConfigSystemClock_MSI(), and UTILS_GetPLLOutputFrequency().
uint32_t LL_UTILS_PLLInitTypeDef::PLLR |
Division for the main system clock. This parameter can be a value of PLL division factor (PLLR)
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 110 of file stm32l4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), LL_PLL_ConfigSystemClock_MSI(), and UTILS_GetPLLOutputFrequency().