We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98a47d commit 5cf0ba6Copy full SHA for 5cf0ba6
1 file changed
STM32F1/system/libmaple/stm32f1/include/series/adc.h
@@ -78,7 +78,7 @@ extern const struct adc_dev *ADC3;
78
#define ADC_CR2_EXTTRIG_BIT 20
79
#define ADC_CR2_JSWSTART_BIT 21
80
#define ADC_CR2_SWSTART_BIT 22
81
-#define ADC_CR2_TSEREFE_BIT 23
+#define ADC_CR2_TSVREFE_BIT 23
82
83
#define ADC_CR2_ADON (1U << ADC_CR2_ADON_BIT)
84
#define ADC_CR2_CONT (1U << ADC_CR2_CONT_BIT)
@@ -108,7 +108,7 @@ extern const struct adc_dev *ADC3;
108
#define ADC_CR2_EXTTRIG (1U << ADC_CR2_EXTTRIG_BIT)
109
#define ADC_CR2_JSWSTART (1U << ADC_CR2_JSWSTART_BIT)
110
#define ADC_CR2_SWSTART (1U << ADC_CR2_SWSTART_BIT)
111
-#define ADC_CR2_TSEREFE (1U << ADC_CR2_TSEREFE_BIT)
+#define ADC_CR2_TSVREFE (1U << ADC_CR2_TSVREFE_BIT)
112
113
/*
114
* Other types
0 commit comments