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

Defines

#define LL_ADC_RESOLUTION_12B   (0x00000000U)
#define LL_ADC_RESOLUTION_10B   ( ADC_CFGR_RES_0)
#define LL_ADC_RESOLUTION_8B   (ADC_CFGR_RES_1 )
#define LL_ADC_RESOLUTION_6B   (ADC_CFGR_RES_1 | ADC_CFGR_RES_0)

Define Documentation

#define LL_ADC_RESOLUTION_10B   ( ADC_CFGR_RES_0)

ADC resolution 10 bits

Definition at line 739 of file stm32l4xx_ll_adc.h.

#define LL_ADC_RESOLUTION_12B   (0x00000000U)

ADC resolution 12 bits

Definition at line 738 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_StructInit().

#define LL_ADC_RESOLUTION_6B   (ADC_CFGR_RES_1 | ADC_CFGR_RES_0)

ADC resolution 6 bits

Definition at line 741 of file stm32l4xx_ll_adc.h.

#define LL_ADC_RESOLUTION_8B   (ADC_CFGR_RES_1 )

ADC resolution 8 bits

Definition at line 740 of file stm32l4xx_ll_adc.h.