TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
TM_RCC_PLL_t Struct Reference

PLL structure with settings for read and write operations. More...

#include <tm_stm32f4_rcc.h>

Data Fields

uint16_t PLLM
 
uint16_t PLLN
 
uint16_t PLLP
 
uint16_t PLLQ
 
uint16_t PLLR
 

Detailed Description

PLL structure with settings for read and write operations.

Field Documentation

uint16_t PLLM

PLL M parameter. This value can be between 2 and 63. Use 0 if you don't want to change parameter.

uint16_t PLLN

PLL N parameter. This value can be between 192 and 432. Use 0 if you don't want to change parameter.

uint16_t PLLP

PLL P parameter. This value can be 2, 4, 6 or 8. Use 0 if you don't want to change parameter.

uint16_t PLLQ

PLL Q parameter. This value can be between 2 and 15. Use 0 if you don't want to change parameter.

uint16_t PLLR

PLL R parameter. This value can be between 2 and 7 and is only available for STM32F446 devices. Use 0 if you don't want to change parameter.