STM32F439xx HAL User Manual
Defines
ADC instance - Resolution
ADC Exported Constants

Defines

#define LL_ADC_RESOLUTION_12B   0x00000000U
#define LL_ADC_RESOLUTION_10B   ( ADC_CR1_RES_0)
#define LL_ADC_RESOLUTION_8B   (ADC_CR1_RES_1 )
#define LL_ADC_RESOLUTION_6B   (ADC_CR1_RES_1 | ADC_CR1_RES_0)

Define Documentation

#define LL_ADC_RESOLUTION_10B   ( ADC_CR1_RES_0)

ADC resolution 10 bits

Definition at line 588 of file stm32f4xx_ll_adc.h.

#define LL_ADC_RESOLUTION_12B   0x00000000U

ADC resolution 12 bits

Definition at line 587 of file stm32f4xx_ll_adc.h.

Referenced by LL_ADC_StructInit().

#define LL_ADC_RESOLUTION_6B   (ADC_CR1_RES_1 | ADC_CR1_RES_0)

ADC resolution 6 bits

Definition at line 590 of file stm32f4xx_ll_adc.h.

#define LL_ADC_RESOLUTION_8B   (ADC_CR1_RES_1 )

ADC resolution 8 bits

Definition at line 589 of file stm32f4xx_ll_adc.h.