DIY Logging Volt/Ampmeter
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

◆ PLLMul

uint32_t LL_UTILS_PLLInitTypeDef::PLLMul

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

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

Definition at line 92 of file stm32f1xx_ll_utils.h.

◆ Prediv

uint32_t LL_UTILS_PLLInitTypeDef::Prediv

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

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

Definition at line 98 of file stm32f1xx_ll_utils.h.


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