DIY Logging Volt/Ampmeter
|
UTILS PLL structure definition. More...
#include <stm32f1xx_ll_utils.h>
Data Fields | |
uint32_t | PLLMul |
uint32_t | Prediv |
UTILS PLL structure definition.
Definition at line 90 of file stm32f1xx_ll_utils.h.
uint32_t LL_UTILS_PLLInitTypeDef::PLLMul |
Multiplication factor for PLL VCO input clock. This parameter can be a value of RCC_LL_EC_PLL_MUL
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 92 of file stm32f1xx_ll_utils.h.
uint32_t LL_UTILS_PLLInitTypeDef::Prediv |
Division factor for HSE used as PLL clock source. This parameter can be a value of RCC_LL_EC_PREDIV_DIV
This feature can be modified afterwards using unitary function LL_RCC_PLL_ConfigDomain_SYS().
Definition at line 98 of file stm32f1xx_ll_utils.h.