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

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 177 of file gd32/f1x0/rcc.h.

◆ RCC_CFGR_ADCPRE_DIV4

#define RCC_CFGR_ADCPRE_DIV4   0x1

Definition at line 178 of file gd32/f1x0/rcc.h.

◆ RCC_CFGR_ADCPRE_DIV6

#define RCC_CFGR_ADCPRE_DIV6   0x2

Definition at line 179 of file gd32/f1x0/rcc.h.

◆ RCC_CFGR_ADCPRE_DIV8

#define RCC_CFGR_ADCPRE_DIV8   0x3

Definition at line 180 of file gd32/f1x0/rcc.h.