libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

VCO Division factor Q for PLLQCLK clock output [2..8]. More...

Collaboration diagram for PLLQ:

Macros

#define RCC_PLLCFGR_PLLQ_DIV(x)   ((x)-1)
 

Detailed Description

VCO Division factor Q for PLLQCLK clock output [2..8].

Frequency must not exceed 128mhz in voltage range 1, or 32mhz in range 2

See also
PLLQ

Macro Definition Documentation

◆ RCC_PLLCFGR_PLLQ_DIV

#define RCC_PLLCFGR_PLLQ_DIV (   x)    ((x)-1)

Definition at line 227 of file g0/rcc.h.