STM32L486xx HAL User Manual
Data Fields
RCC_PLLInitTypeDef Struct Reference

RCC PLL configuration structure definition. More...

#include <stm32l4xx_hal_rcc.h>

Data Fields

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

Detailed Description

RCC PLL configuration structure definition.

Definition at line 63 of file stm32l4xx_hal_rcc.h.


Field Documentation

PLLM: Division factor for PLL VCO input clock. This parameter must be a number between Min_Data = 1 and Max_Data = 16 on STM32L4Rx/STM32L4Sx devices. This parameter must be a number between Min_Data = 1 and Max_Data = 8 on the other devices

Definition at line 71 of file stm32l4xx_hal_rcc.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 = 8 and Max_Data = 86

Definition at line 75 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLLP: Division factor for SAI clock. This parameter must be a value of PLLP Clock Divider

Definition at line 78 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLLQ: Division factor for SDMMC1, RNG and USB clocks. This parameter must be a value of PLLQ Clock Divider

Definition at line 81 of file stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().

PLLR: Division for the main system clock. User have to set the PLLR parameter correctly to not exceed max frequency 120MHZ on STM32L4Rx/STM32L4Sx devices else 80MHz on the other devices. This parameter must be a value of PLLR Clock Divider

Definition at line 84 of file stm32l4xx_hal_rcc.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 stm32l4xx_hal_rcc.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 stm32l4xx_hal_rcc.h.

Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().


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