We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccddc1f commit d3058d3Copy full SHA for d3058d3
STM32F4/cores/maple/libmaple/adc.h
@@ -166,7 +166,7 @@ extern const adc_dev *ADC3;
166
#define ADC_CR2_ALIGN_BIT 11
167
#define ADC_CR2_JEXTTRIG_BIT 15
168
#define ADC_CR2_EXTTRIG_BIT 20
169
-#define ADC_CR2_TSEREFE_BIT 23
+#define ADC_CR2_TSVREFE_BIT 23
170
#ifdef STM32F2
171
#define ADC_CR2_JSWSTART_BIT 22
172
#define ADC_CR2_SWSTART_BIT 30
@@ -191,7 +191,7 @@ extern const adc_dev *ADC3;
191
#define ADC_CR2_EXTTRIG BIT(ADC_CR2_EXTTRIG_BIT)
192
#define ADC_CR2_JSWSTART BIT(ADC_CR2_JSWSTART_BIT)
193
#define ADC_CR2_SWSTART BIT(ADC_CR2_SWSTART_BIT)
194
-#define ADC_CR2_TSEREFE BIT(ADC_CR2_TSEREFE_BIT)
+#define ADC_CR2_TSVREFE BIT(ADC_CR2_TSVREFE_BIT)
195
196
/* Sample time register 1 */
197
0 commit comments