HAL + 0/1 examples
CodeScope will show references to LL_UTILS_PLLInitTypeDef from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
UTILS
 
Symbols
loading...
Files
loading...

LL_UTILS_PLLInitTypeDef struct

UTILS PLL structure definition

Syntax

typedef struct {   uint32_t PLLM;      uint32_t PLLN;      uint32_t PLLP;    } LL_UTILS_PLLInitTypeDef;

Fields

PLLM

Division factor for PLL VCO input clock. This parameter can be a value of RCC_LL_EC_PLLM_DIV This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS(). Read more...

PLLN

Multiplication factor for PLL VCO output clock. This parameter must be a number between Min_Data = RCC_PLLN_MIN_VALUE and Max_Data = RCC_PLLN_MIN_VALUE This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS(). Read more...

PLLP

Division for the main system clock. This parameter can be a value of RCC_LL_EC_PLLP_DIV This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS(). Read more...

Examples

LL_UTILS_PLLInitTypeDef is referenced by 1 libraries and example projects.

Type Use

all items filtered out
LL_UTILS_PLLInitTypeDef
all items filtered out