STM32L486xx HAL User Manual
Data Fields
LL_UTILS_PLLInitTypeDef Struct Reference

UTILS PLL structure definition. More...

#include <stm32l4xx_ll_utils.h>

Data Fields

uint32_t PLLM
uint32_t PLLN
uint32_t PLLR

Detailed Description

UTILS PLL structure definition.

Definition at line 111 of file stm32l4xx_ll_utils.h.


Field Documentation

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

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

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

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

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 125 of file stm32l4xx_ll_utils.h.

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


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