DIY Logging Volt/Ampmeter

Macros

#define RCC_ADCPCLK2_DIV2   RCC_CFGR_ADCPRE_DIV2
 
#define RCC_ADCPCLK2_DIV4   RCC_CFGR_ADCPRE_DIV4
 
#define RCC_ADCPCLK2_DIV6   RCC_CFGR_ADCPRE_DIV6
 
#define RCC_ADCPCLK2_DIV8   RCC_CFGR_ADCPRE_DIV8
 

Detailed Description

Macro Definition Documentation

◆ RCC_ADCPCLK2_DIV2

#define RCC_ADCPCLK2_DIV2   RCC_CFGR_ADCPRE_DIV2

Definition at line 351 of file stm32f1xx_hal_rcc_ex.h.

◆ RCC_ADCPCLK2_DIV4

#define RCC_ADCPCLK2_DIV4   RCC_CFGR_ADCPRE_DIV4

Definition at line 352 of file stm32f1xx_hal_rcc_ex.h.

◆ RCC_ADCPCLK2_DIV6

#define RCC_ADCPCLK2_DIV6   RCC_CFGR_ADCPRE_DIV6

Definition at line 353 of file stm32f1xx_hal_rcc_ex.h.

◆ RCC_ADCPCLK2_DIV8

#define RCC_ADCPCLK2_DIV8   RCC_CFGR_ADCPRE_DIV8

Definition at line 354 of file stm32f1xx_hal_rcc_ex.h.