My Project
Loading...
Searching...
No Matches
LL_UTILS_PLLInitTypeDef Struct Reference

UTILS PLL structure definition. More...

#include <stm32f3xx_ll_utils.h>

Public Attributes

uint32_t PLLMul
 
uint32_t Prediv
 

Detailed Description

UTILS PLL structure definition.

Member Data 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().

◆ 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().


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