stm32f3: adc: consistently use unshifted
and tweak teh docs a little
This commit is contained in:
@@ -522,7 +522,7 @@
|
||||
#define ADC_CCR_DUAL_ALTERNATE_TRIG 0x9
|
||||
/**@}*/
|
||||
|
||||
#define ADC_CCR_DUAL_MASK (0x1f << 0)
|
||||
#define ADC_CCR_DUAL_MASK (0x1f)
|
||||
#define ADC_CCR_DUAL_SHIFT 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user