DIY Logging Volt/Ampmeter
|
RCC PLL configuration structure definition. More...
#include <stm32f1xx_hal_rcc.h>
Data Fields | |
uint32_t | PLLState |
uint32_t | PLLSource |
uint32_t | PLLMUL |
RCC PLL configuration structure definition.
Definition at line 49 of file stm32f1xx_hal_rcc.h.
uint32_t RCC_PLLInitTypeDef::PLLMUL |
PLLMUL: Multiplication factor for PLL VCO input clock This parameter must be a value of PLL Multiplication Factor
Definition at line 57 of file stm32f1xx_hal_rcc.h.
uint32_t RCC_PLLInitTypeDef::PLLSource |
PLLSource: PLL entry clock source. This parameter must be a value of PLL Clock Source
Definition at line 54 of file stm32f1xx_hal_rcc.h.
uint32_t RCC_PLLInitTypeDef::PLLState |
PLLState: The new state of the PLL. This parameter can be a value of PLL Config
Definition at line 51 of file stm32f1xx_hal_rcc.h.