STM32H735xx HAL User Manual
Defines
ADC common - Clock source
ADC Exported Constants

Defines

#define ADC_CLOCK_SYNC_PCLK_DIV1   (LL_ADC_CLOCK_SYNC_PCLK_DIV1)
#define ADC_CLOCK_SYNC_PCLK_DIV2   (LL_ADC_CLOCK_SYNC_PCLK_DIV2)
#define ADC_CLOCK_SYNC_PCLK_DIV4   (LL_ADC_CLOCK_SYNC_PCLK_DIV4)
#define ADC_CLOCK_ASYNC_DIV1   (LL_ADC_CLOCK_ASYNC_DIV1)
#define ADC_CLOCK_ASYNC_DIV2   (LL_ADC_CLOCK_ASYNC_DIV2)
#define ADC_CLOCK_ASYNC_DIV4   (LL_ADC_CLOCK_ASYNC_DIV4)
#define ADC_CLOCK_ASYNC_DIV6   (LL_ADC_CLOCK_ASYNC_DIV6)
#define ADC_CLOCK_ASYNC_DIV8   (LL_ADC_CLOCK_ASYNC_DIV8)
#define ADC_CLOCK_ASYNC_DIV10   (LL_ADC_CLOCK_ASYNC_DIV10)
#define ADC_CLOCK_ASYNC_DIV12   (LL_ADC_CLOCK_ASYNC_DIV12)
#define ADC_CLOCK_ASYNC_DIV16   (LL_ADC_CLOCK_ASYNC_DIV16)
#define ADC_CLOCK_ASYNC_DIV32   (LL_ADC_CLOCK_ASYNC_DIV32)
#define ADC_CLOCK_ASYNC_DIV64   (LL_ADC_CLOCK_ASYNC_DIV64)
#define ADC_CLOCK_ASYNC_DIV128   (LL_ADC_CLOCK_ASYNC_DIV128)
#define ADC_CLOCK_ASYNC_DIV256   (LL_ADC_CLOCK_ASYNC_DIV256)

Define Documentation

ADC asynchronous clock without prescaler

Definition at line 493 of file stm32h7xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 10

Definition at line 498 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 12

Definition at line 499 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 128

Definition at line 503 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 16

Definition at line 500 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 2

Definition at line 494 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 256

Definition at line 504 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 32

Definition at line 501 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 4

Definition at line 495 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 6

Definition at line 496 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 64

Definition at line 502 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC asynchronous clock with prescaler division by 8

Definition at line 497 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC synchronous clock derived from AHB clock without prescaler

Definition at line 489 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC synchronous clock derived from AHB clock with prescaler division by 2

Definition at line 490 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().

ADC synchronous clock derived from AHB clock with prescaler division by 4

Definition at line 491 of file stm32h7xx_hal_adc.h.

Referenced by ADC_ConfigureBoostMode().