DIY Logging Volt/Ampmeter

Macros

#define RCC_PLL_NONE   0x00000000U
 
#define RCC_PLL_OFF   0x00000001U
 
#define RCC_PLL_ON   0x00000002U
 

Detailed Description

Macro Definition Documentation

◆ RCC_PLL_NONE

#define RCC_PLL_NONE   0x00000000U

PLL is not configured

Definition at line 160 of file stm32f1xx_hal_rcc.h.

◆ RCC_PLL_OFF

#define RCC_PLL_OFF   0x00000001U

PLL deactivation

Definition at line 161 of file stm32f1xx_hal_rcc.h.

◆ RCC_PLL_ON

#define RCC_PLL_ON   0x00000002U

PLL activation

Definition at line 162 of file stm32f1xx_hal_rcc.h.