microHAL
An abstraction layer for your future F4xx projects
Loading...
Searching...
No Matches
RCCPLLConfig Struct Reference

Contains PLL configuration values. More...

#include <rcc.h>

Data Fields

uint8_t PLLM: 6
 
uint8_t PLLP: 2
 
uint8_t PLLQ: 4
 
uint8_t PLLR: 3
 
uint16_t PLLN: 9
 
_Bool UseHSE: 1
 

Detailed Description

Contains PLL configuration values.

Field Documentation

◆ PLLM

uint8_t RCCPLLConfig::PLLM

Must be 2..63

◆ PLLN

uint16_t RCCPLLConfig::PLLN

Must be 50..432

◆ PLLP

uint8_t RCCPLLConfig::PLLP

Must be 0..3

◆ PLLQ

uint8_t RCCPLLConfig::PLLQ

Must be 2..15

◆ PLLR

uint8_t RCCPLLConfig::PLLR

Must be 2..7


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