stm32: adc: doc fix

declare chselr group in v2 single header, where adc_chselr reg is declared
This commit is contained in:
Guillaume Revaillot 2019-11-08 15:24:53 +01:00 committed by Karl Palsson
parent e7c8f18f7c
commit 070058f80c
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ specific memorymap.h header before including this header file.*/
/**@}*/
/* ADC_CHSELR Values --------------------------------------------------------*/
/** @addtogroup adc_chselr
/** @defgroup adc_chselr CHSELR ADC Channel Selection register
@{*/
#define ADC_CHSELR_CHSEL(x) (1 << (x))
/**@}*/

View File

@ -234,7 +234,7 @@
/**@}*/
/** @addtogroup adc_chselr CHSELR ADC Channel Selection register
/** @addtogroup adc_chselr
@{*/
/** ADC_CHSELR_MAX_CHANNELS Maximum number of channel in regular sequence */