STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_Mcu_PllConfigType Struct Reference

Pll Config unit structure More...

#include <Mcu_Types.h>

Data Fields

uint32 PllSource
 
uint32 PllState
 
uint32 PllM
 
uint32 PLLN
 
uint32 PllP
 
uint32 PllQ
 
uint32 PllR
 

Detailed Description

Pll Config unit structure

This structure contains Pll configuration parameters

Field Documentation

◆ PllM

uint32 _Mcu_PllConfigType::PllM

PLL M Clock Divider

◆ PLLN

uint32 _Mcu_PllConfigType::PLLN

PLL N Clock Multiplicator

◆ PllP

uint32 _Mcu_PllConfigType::PllP

PLL P Clock Divider

◆ PllQ

uint32 _Mcu_PllConfigType::PllQ

PLL Q Clock Divider

◆ PllR

uint32 _Mcu_PllConfigType::PllR

PLL R Clock Divider

◆ PllSource

uint32 _Mcu_PllConfigType::PllSource

Clock source of PLL

◆ PllState

uint32 _Mcu_PllConfigType::PllState

Indicate if PLL must be enabled or disabled


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