stm32: adc v2: add some minor doxygen
This commit is contained in:
parent
41cad7c065
commit
34462ac54a
@ -43,12 +43,14 @@ specific memorymap.h header before including this header file.*/
|
||||
#define LIBOPENCM3_ADC_COMMON_V2_SINGLE_H
|
||||
|
||||
/* ----- ADC registers -----------------------------------------------------*/
|
||||
/* Channel Select Register */
|
||||
/** Channel Select Register */
|
||||
#define ADC_CHSELR(adc) MMIO32((adc) + 0x28)
|
||||
|
||||
/* ----- ADC registers values -----------------------------------------------*/
|
||||
/* ADC_CFGR1 values */
|
||||
/** Wait conversion mode */
|
||||
#define ADC_CFGR1_WAIT (1<<14)
|
||||
/** Auto off mode */
|
||||
#define ADC_CFGR1_AUTOFF (1 << 15)
|
||||
|
||||
/* EXTSEL[2:0]: External trigger selection for regular group */
|
||||
|
Loading…
x
Reference in New Issue
Block a user