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

Fields

Field
Declared as
Description
uint32_t
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().
uint32_t
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().
uint32_t
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().

References

from examples