DIY Logging Volt/Ampmeter

Macros

#define RCC_PLLSOURCE_HSI_DIV2   0x00000000U
 
#define RCC_PLLSOURCE_HSE   RCC_CFGR_PLLSRC
 

Detailed Description

Macro Definition Documentation

◆ RCC_PLLSOURCE_HSE

#define RCC_PLLSOURCE_HSE   RCC_CFGR_PLLSRC

HSE clock selected as PLL entry clock source

Definition at line 96 of file stm32f1xx_hal_rcc.h.

◆ RCC_PLLSOURCE_HSI_DIV2

#define RCC_PLLSOURCE_HSI_DIV2   0x00000000U

HSI clock divided by 2 selected as PLL entry clock source

Definition at line 95 of file stm32f1xx_hal_rcc.h.