STM32F479xx HAL User Manual
|
UTILS PLL structure definition. More...
#include <stm32f4xx_ll_utils.h>
Data Fields | |
uint32_t | PLLM |
uint32_t | PLLN |
uint32_t | PLLP |
UTILS PLL structure definition.
Definition at line 95 of file stm32f4xx_ll_utils.h.
uint32_t LL_UTILS_PLLInitTypeDef::PLLM |
Division factor for PLL VCO input clock. This parameter can be a value of PLL, PLLI2S and PLLSAI division factor
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 97 of file stm32f4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), 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 = RCC_PLLN_MIN_VALUE and Max_Data = RCC_PLLN_MIN_VALUE
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 103 of file stm32f4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().
uint32_t LL_UTILS_PLLInitTypeDef::PLLP |
Division for the main system clock. This parameter can be a value of PLL division factor (PLLP)
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 110 of file stm32f4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().