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

Macros

#define ADC_CR1_AWDCH_CHANNEL0   (0x00 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL1   (0x01 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL2   (0x02 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL3   (0x03 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL4   (0x04 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL5   (0x05 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL6   (0x06 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL7   (0x07 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL8   (0x08 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL9   (0x09 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL10   (0x0A << 0)
 
#define ADC_CR1_AWDCH_CHANNEL11   (0x0B << 0)
 
#define ADC_CR1_AWDCH_CHANNEL12   (0x0C << 0)
 
#define ADC_CR1_AWDCH_CHANNEL13   (0x0D << 0)
 
#define ADC_CR1_AWDCH_CHANNEL14   (0x0E << 0)
 
#define ADC_CR1_AWDCH_CHANNEL15   (0x0F << 0)
 
#define ADC_CR1_AWDCH_CHANNEL16   (0x10 << 0)
 
#define ADC_CR1_AWDCH_CHANNEL17   (0x11 << 0)
 

Detailed Description

Macro Definition Documentation

◆ ADC_CR1_AWDCH_CHANNEL0

#define ADC_CR1_AWDCH_CHANNEL0   (0x00 << 0)

Definition at line 273 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL1

#define ADC_CR1_AWDCH_CHANNEL1   (0x01 << 0)

Definition at line 274 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL10

#define ADC_CR1_AWDCH_CHANNEL10   (0x0A << 0)

Definition at line 283 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL11

#define ADC_CR1_AWDCH_CHANNEL11   (0x0B << 0)

Definition at line 284 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL12

#define ADC_CR1_AWDCH_CHANNEL12   (0x0C << 0)

Definition at line 285 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL13

#define ADC_CR1_AWDCH_CHANNEL13   (0x0D << 0)

Definition at line 286 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL14

#define ADC_CR1_AWDCH_CHANNEL14   (0x0E << 0)

Definition at line 287 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL15

#define ADC_CR1_AWDCH_CHANNEL15   (0x0F << 0)

Definition at line 288 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL16

#define ADC_CR1_AWDCH_CHANNEL16   (0x10 << 0)

Definition at line 289 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL17

#define ADC_CR1_AWDCH_CHANNEL17   (0x11 << 0)

Definition at line 290 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL2

#define ADC_CR1_AWDCH_CHANNEL2   (0x02 << 0)

Definition at line 275 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL3

#define ADC_CR1_AWDCH_CHANNEL3   (0x03 << 0)

Definition at line 276 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL4

#define ADC_CR1_AWDCH_CHANNEL4   (0x04 << 0)

Definition at line 277 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL5

#define ADC_CR1_AWDCH_CHANNEL5   (0x05 << 0)

Definition at line 278 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL6

#define ADC_CR1_AWDCH_CHANNEL6   (0x06 << 0)

Definition at line 279 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL7

#define ADC_CR1_AWDCH_CHANNEL7   (0x07 << 0)

Definition at line 280 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL8

#define ADC_CR1_AWDCH_CHANNEL8   (0x08 << 0)

Definition at line 281 of file adc_common_v1.h.

◆ ADC_CR1_AWDCH_CHANNEL9

#define ADC_CR1_AWDCH_CHANNEL9   (0x09 << 0)

Definition at line 282 of file adc_common_v1.h.