STM32F439xx HAL User Manual
Data Fields
RCC_PLLInitTypeDef Struct Reference

RCC PLL configuration structure definition. More...

#include <stm32f4xx_hal_rcc_ex.h>

Data Fields

uint32_t PLLState
uint32_t PLLSource
uint32_t PLLM
uint32_t PLLN
uint32_t PLLP
uint32_t PLLQ

Detailed Description

RCC PLL configuration structure definition.

Definition at line 63 of file stm32f4xx_hal_rcc_ex.h.


Field Documentation

PLLM: Division factor for PLL VCO input clock. This parameter must be a number between Min_Data = 0 and Max_Data = 63

Definition at line 71 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLLN: Multiplication factor for PLL VCO output clock. This parameter must be a number between Min_Data = 50 and Max_Data = 432 except for STM32F411xE devices where the Min_Data = 192

Definition at line 74 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLLP: Division factor for main system clock (SYSCLK). This parameter must be a value of PLLP Clock Divider

Definition at line 78 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLLQ: Division factor for OTG FS, SDIO and RNG clocks. This parameter must be a number between Min_Data = 2 and Max_Data = 15

Definition at line 81 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

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

Definition at line 68 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

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

Definition at line 65 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().


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