libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
RCC ADC clock prescaler enable values
Collaboration diagram for RCC ADC clock prescaler enable values:

Macros

#define RCC_CFGR_ADCPRE_DIV2   0x0
 
#define RCC_CFGR_ADCPRE_DIV4   0x1
 
#define RCC_CFGR_ADCPRE_DIV6   0x2
 
#define RCC_CFGR_ADCPRE_DIV8   0x3
 

Detailed Description

Macro Definition Documentation

◆ RCC_CFGR_ADCPRE_DIV2

#define RCC_CFGR_ADCPRE_DIV2   0x0

Definition at line 188 of file f1/rcc.h.

◆ RCC_CFGR_ADCPRE_DIV4

#define RCC_CFGR_ADCPRE_DIV4   0x1

Definition at line 189 of file f1/rcc.h.

◆ RCC_CFGR_ADCPRE_DIV6

#define RCC_CFGR_ADCPRE_DIV6   0x2

Definition at line 190 of file f1/rcc.h.

◆ RCC_CFGR_ADCPRE_DIV8

#define RCC_CFGR_ADCPRE_DIV8   0x3

Definition at line 191 of file f1/rcc.h.