|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
UTILS PLL structure definition. More...
#include <stm32f4xx_ll_utils.h>
Public Attributes | |
| uint32_t | PLLM |
| uint32_t | PLLN |
| uint32_t | PLLP |
UTILS PLL structure definition.
Definition at line 94 of file stm32f4xx_ll_utils.h.
| uint32_t LL_UTILS_PLLInitTypeDef::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().
Definition at line 96 of file stm32f4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().
| uint32_t LL_UTILS_PLLInitTypeDef::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().
Definition at line 102 of file stm32f4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().
| uint32_t LL_UTILS_PLLInitTypeDef::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().
Definition at line 109 of file stm32f4xx_ll_utils.h.
Referenced by LL_PLL_ConfigSystemClock_HSE(), LL_PLL_ConfigSystemClock_HSI(), and UTILS_GetPLLOutputFrequency().