stm32: adc: doc fix
declare chselr group in v2 single header, where adc_chselr reg is declared
This commit is contained in:
committed by
Karl Palsson
parent
e7c8f18f7c
commit
070058f80c
@@ -68,7 +68,7 @@ specific memorymap.h header before including this header file.*/
|
|||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
/* ADC_CHSELR Values --------------------------------------------------------*/
|
/* ADC_CHSELR Values --------------------------------------------------------*/
|
||||||
/** @addtogroup adc_chselr
|
/** @defgroup adc_chselr CHSELR ADC Channel Selection register
|
||||||
@{*/
|
@{*/
|
||||||
#define ADC_CHSELR_CHSEL(x) (1 << (x))
|
#define ADC_CHSELR_CHSEL(x) (1 << (x))
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|||||||
@@ -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 */
|
/** ADC_CHSELR_MAX_CHANNELS Maximum number of channel in regular sequence */
|
||||||
|
|||||||
Reference in New Issue
Block a user