STM32F103xB HAL User Manual
Data Fields
LL_UTILS_PLLInitTypeDef Struct Reference

UTILS PLL structure definition. More...

#include <stm32f1xx_ll_utils.h>

Data Fields

uint32_t PLLMul
uint32_t Prediv

Detailed Description

UTILS PLL structure definition.

Definition at line 90 of file stm32f1xx_ll_utils.h.


Field Documentation

Multiplication factor for PLL VCO input clock. This parameter can be a value of PLL Multiplicator factor

This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().

Definition at line 92 of file stm32f1xx_ll_utils.h.

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

Division factor for HSE used as PLL clock source. This parameter can be a value of PREDIV Division factor

This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().

Definition at line 98 of file stm32f1xx_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: