STM32F439xx HAL User Manual
Data Fields
LL_UTILS_PLLInitTypeDef Struct Reference

UTILS PLL structure definition. More...

#include <stm32f4xx_ll_utils.h>

Data Fields

uint32_t PLLM
uint32_t PLLN
uint32_t PLLP

Detailed Description

UTILS PLL structure definition.

Definition at line 111 of file stm32f4xx_ll_utils.h.


Field Documentation

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 113 of file stm32f4xx_ll_utils.h.

Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().

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 119 of file stm32f4xx_ll_utils.h.

Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().

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 126 of file stm32f4xx_ll_utils.h.

Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().


The documentation for this struct was generated from the following file: