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

Defines

#define LL_ADC_RESOLUTION_16B   (0x00000000UL)
#define LL_ADC_RESOLUTION_14B   ( ADC_CFGR_RES_0)
#define LL_ADC_RESOLUTION_12B   ( ADC_CFGR_RES_1 )
#define LL_ADC_RESOLUTION_10B   ( ADC_CFGR_RES_1 | ADC_CFGR_RES_0)
#define LL_ADC_RESOLUTION_8B   (ADC_CFGR_RES_2|ADC_CFGR_RES_1 | ADC_CFGR_RES_0)
#define LL_ADC_RESOLUTION_6B   (ADC3_CFGR_RES_1 | ADC3_CFGR_RES_0)

Define Documentation

#define LL_ADC_RESOLUTION_10B   ( ADC_CFGR_RES_1 | ADC_CFGR_RES_0)

ADC resolution 10 bits

Definition at line 776 of file stm32h7xx_ll_adc.h.

#define LL_ADC_RESOLUTION_12B   ( ADC_CFGR_RES_1 )

ADC resolution 12 bits

Definition at line 775 of file stm32h7xx_ll_adc.h.

#define LL_ADC_RESOLUTION_14B   ( ADC_CFGR_RES_0)

ADC resolution 12 bits

Definition at line 774 of file stm32h7xx_ll_adc.h.

#define LL_ADC_RESOLUTION_16B   (0x00000000UL)

ADC resolution 16 bits

Definition at line 773 of file stm32h7xx_ll_adc.h.

Referenced by LL_ADC_StructInit().

#define LL_ADC_RESOLUTION_6B   (ADC3_CFGR_RES_1 | ADC3_CFGR_RES_0)

ADC resolution 6 bits. Value available for ADC3 on STM32H72xx/3xx devices only

Definition at line 792 of file stm32h7xx_ll_adc.h.

#define LL_ADC_RESOLUTION_8B   (ADC_CFGR_RES_2|ADC_CFGR_RES_1 | ADC_CFGR_RES_0)

ADC resolution 8 bits

Definition at line 784 of file stm32h7xx_ll_adc.h.

Referenced by LL_ADC_GetResolution(), and LL_ADC_SetResolution().