libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
ADC Sample Time selection values
Collaboration diagram for ADC Sample Time selection values:

Macros

#define ADC_SMPR_SMPx_001DOT5CYC   0x0
 
#define ADC_SMPR_SMPx_003DOT5CYC   0x1
 
#define ADC_SMPR_SMPx_007DOT5CYC   0x2
 
#define ADC_SMPR_SMPx_012DOT5CYC   0x3
 
#define ADC_SMPR_SMPx_019DOT5CYC   0x4
 
#define ADC_SMPR_SMPx_039DOT5CYC   0x5
 
#define ADC_SMPR_SMPx_079DOT5CYC   0x6
 
#define ADC_SMPR_SMPx_160DOT5CYC   0x7
 

Detailed Description

Macro Definition Documentation

◆ ADC_SMPR_SMPx_001DOT5CYC

#define ADC_SMPR_SMPx_001DOT5CYC   0x0

Definition at line 214 of file g0/adc.h.

◆ ADC_SMPR_SMPx_003DOT5CYC

#define ADC_SMPR_SMPx_003DOT5CYC   0x1

Definition at line 215 of file g0/adc.h.

◆ ADC_SMPR_SMPx_007DOT5CYC

#define ADC_SMPR_SMPx_007DOT5CYC   0x2

Definition at line 216 of file g0/adc.h.

◆ ADC_SMPR_SMPx_012DOT5CYC

#define ADC_SMPR_SMPx_012DOT5CYC   0x3

Definition at line 217 of file g0/adc.h.

◆ ADC_SMPR_SMPx_019DOT5CYC

#define ADC_SMPR_SMPx_019DOT5CYC   0x4

Definition at line 218 of file g0/adc.h.

◆ ADC_SMPR_SMPx_039DOT5CYC

#define ADC_SMPR_SMPx_039DOT5CYC   0x5

Definition at line 219 of file g0/adc.h.

◆ ADC_SMPR_SMPx_079DOT5CYC

#define ADC_SMPR_SMPx_079DOT5CYC   0x6

Definition at line 220 of file g0/adc.h.

◆ ADC_SMPR_SMPx_160DOT5CYC

#define ADC_SMPR_SMPx_160DOT5CYC   0x7

Definition at line 221 of file g0/adc.h.