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

RCC PLL configuration structure definition
More...

#include <stm32f3xx_hal_rcc.h>

Public Attributes

uint32_t PLLState
 
uint32_t PLLSource
 
uint32_t PLLMUL
 

Detailed Description

RCC PLL configuration structure definition

Member Data Documentation

◆ PLLMUL

uint32_t RCC_PLLInitTypeDef::PLLMUL

PLLMUL: Multiplication factor for PLL VCO input clock This parameter must be a value of RCC PLL Multiplication Factor

◆ PLLSource

uint32_t RCC_PLLInitTypeDef::PLLSource

PLLSource: PLL entry clock source. This parameter must be a value of PLL Clock Source

◆ PLLState

uint32_t RCC_PLLInitTypeDef::PLLState

PLLState: The new state of the PLL. This parameter can be a value of PLL Config


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