STM32H735xx HAL User Manual
Defines
Channel - Sampling time
ADC Exported Constants

Defines

#define LL_ADC_SAMPLINGTIME_1CYCLE_5   (0x00000000UL)
#define LL_ADC_SAMPLINGTIME_2CYCLES_5   ( ADC_SMPR2_SMP10_0)
#define LL_ADC_SAMPLINGTIME_8CYCLES_5   ( ADC_SMPR2_SMP10_1 )
#define LL_ADC_SAMPLINGTIME_16CYCLES_5   ( ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)
#define LL_ADC_SAMPLINGTIME_32CYCLES_5   (ADC_SMPR2_SMP10_2 )
#define LL_ADC_SAMPLINGTIME_64CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_0)
#define LL_ADC_SAMPLINGTIME_387CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 )
#define LL_ADC_SAMPLINGTIME_810CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)
#define LL_ADC_SAMPLINGTIME_ADC3_2CYCLES_5   (0x00000000UL)
#define LL_ADC_SAMPLINGTIME_ADC3_6CYCLES_5   ( ADC_SMPR2_SMP10_0)
#define LL_ADC_SAMPLINGTIME_ADC3_12CYCLES_5   ( ADC_SMPR2_SMP10_1 )
#define LL_ADC_SAMPLINGTIME_ADC3_24CYCLES_5   ( ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)
#define LL_ADC_SAMPLINGTIME_ADC3_47CYCLES_5   (ADC_SMPR2_SMP10_2 )
#define LL_ADC_SAMPLINGTIME_ADC3_92CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_0)
#define LL_ADC_SAMPLINGTIME_ADC3_247CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 )
#define LL_ADC_SAMPLINGTIME_ADC3_640CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)

Define Documentation

#define LL_ADC_SAMPLINGTIME_16CYCLES_5   ( ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)

Sampling time 16.5 ADC clock cycles

Definition at line 1222 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_1CYCLE_5   (0x00000000UL)

Sampling time 1.5 ADC clock cycles

Definition at line 1219 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_2CYCLES_5   ( ADC_SMPR2_SMP10_0)

Sampling time 2.5 ADC clock cycles

Definition at line 1220 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_32CYCLES_5   (ADC_SMPR2_SMP10_2 )

Sampling time 32.5 ADC clock cycles

Definition at line 1223 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_387CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 )

Sampling time 387.5 ADC clock cycles

Definition at line 1225 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_64CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_0)

Sampling time 64.5 ADC clock cycles

Definition at line 1224 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_810CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)

Sampling time 810.5 ADC clock cycles

Definition at line 1226 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_8CYCLES_5   ( ADC_SMPR2_SMP10_1 )

Sampling time 8.5 ADC clock cycles

Definition at line 1221 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_12CYCLES_5   ( ADC_SMPR2_SMP10_1 )

Sampling time 12.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1236 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_247CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 )

Sampling time 247.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1240 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_24CYCLES_5   ( ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)

Sampling time 24.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1237 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_2CYCLES_5   (0x00000000UL)

Sampling time 2.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1234 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_47CYCLES_5   (ADC_SMPR2_SMP10_2 )

Sampling time 47.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1238 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_640CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_1 | ADC_SMPR2_SMP10_0)

Sampling time 640.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1241 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_6CYCLES_5   ( ADC_SMPR2_SMP10_0)

Sampling time 6.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1235 of file stm32h7xx_ll_adc.h.

#define LL_ADC_SAMPLINGTIME_ADC3_92CYCLES_5   (ADC_SMPR2_SMP10_2 | ADC_SMPR2_SMP10_0)

Sampling time 92.5 ADC clock cycles. On ADC3 of devices STM32H72xx and STM32H73xx

Definition at line 1239 of file stm32h7xx_ll_adc.h.