![]() |
RTEMS 6.1-rc7
|
UTILS PLL structure definition. More...
#include <stm32h7xx_ll_utils.h>
Data Fields | |
uint32_t | PLLM |
uint32_t | PLLN |
uint32_t | PLLP |
uint32_t | FRACN |
uint32_t | VCO_Input |
uint32_t | VCO_Output |
UTILS PLL structure definition.
uint32_t LL_UTILS_PLLInitTypeDef::FRACN |
Fractional part of the multiplication factor for PLL VCO. This parameter can be a value between 0 and 8191
This feature can be modified afterwards using unitary function LL_RCC_PLL1_SetFRACN().
uint32_t LL_UTILS_PLLInitTypeDef::PLLM |
Division factor for PLL VCO input clock. This parameter must be a number between Min_Data = 0 and Max_Data = 63
This feature can be modified afterwards using unitary function LL_RCC_PLL1_SetM().
uint32_t LL_UTILS_PLLInitTypeDef::PLLN |
Multiplication factor for PLL VCO output clock. This parameter must be a number between Min_Data = 4 and Max_Data = 512
This feature can be modified afterwards using unitary function LL_RCC_PLL1_SetN().
uint32_t LL_UTILS_PLLInitTypeDef::PLLP |
Division for the main system clock. This parameter must be a number between Min_Data = 2 and Max_Data = 128 odd division factors are not allowed
This feature can be modified afterwards using unitary function LL_RCC_PLL1_SetP().
uint32_t LL_UTILS_PLLInitTypeDef::VCO_Input |
PLL clock Input range. This parameter can be a value of RCC_LL_EC_PLLINPUTRANGE
This feature can be modified afterwards using unitary function LL_RCC_PLL1_SetVCOInputRange().
uint32_t LL_UTILS_PLLInitTypeDef::VCO_Output |
PLL clock Output range. This parameter can be a value of RCC_LL_EC_PLLVCORANGE
This feature can be modified afterwards using unitary function LL_RCC_PLL1_SetVCOOutputRange().