STM32L486xx 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 ADC_CLOCKPRESCALER_PCLK_DIV1   ADC_CLOCK_SYNC_PCLK_DIV1
#define ADC_CLOCKPRESCALER_PCLK_DIV2   ADC_CLOCK_SYNC_PCLK_DIV2
#define ADC_CLOCKPRESCALER_PCLK_DIV4   ADC_CLOCK_SYNC_PCLK_DIV4

Define Documentation

ADC asynchronous clock without prescaler

Definition at line 451 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 10

Definition at line 456 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 12

Definition at line 457 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 128

Definition at line 461 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 16

Definition at line 458 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 2

Definition at line 452 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 256

Definition at line 462 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 32

Definition at line 459 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 4

Definition at line 453 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 6

Definition at line 454 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 64

Definition at line 460 of file stm32l4xx_hal_adc.h.

ADC asynchronous clock with prescaler division by 8

Definition at line 455 of file stm32l4xx_hal_adc.h.

ADC synchronous clock derived from AHB clock without prescaler

Definition at line 447 of file stm32l4xx_hal_adc.h.

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

Definition at line 448 of file stm32l4xx_hal_adc.h.

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

Definition at line 449 of file stm32l4xx_hal_adc.h.

Obsolete naming, kept for compatibility with some other devices

Definition at line 464 of file stm32l4xx_hal_adc.h.

Obsolete naming, kept for compatibility with some other devices

Definition at line 465 of file stm32l4xx_hal_adc.h.

Obsolete naming, kept for compatibility with some other devices

Definition at line 466 of file stm32l4xx_hal_adc.h.