STM32L443xx HAL User Manual
|
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_CLOCK_ASYNC_DIV1 (LL_ADC_CLOCK_ASYNC_DIV1) |
ADC asynchronous clock without prescaler
Definition at line 446 of file stm32l4xx_hal_adc.h.
ADC asynchronous clock with prescaler division by 10
Definition at line 451 of file stm32l4xx_hal_adc.h.
ADC asynchronous clock with prescaler division by 12
Definition at line 452 of file stm32l4xx_hal_adc.h.
ADC asynchronous clock with prescaler division by 128
Definition at line 456 of file stm32l4xx_hal_adc.h.
ADC asynchronous clock with prescaler division by 16
Definition at line 453 of file stm32l4xx_hal_adc.h.
#define ADC_CLOCK_ASYNC_DIV2 (LL_ADC_CLOCK_ASYNC_DIV2) |
ADC asynchronous clock with prescaler division by 2
Definition at line 447 of file stm32l4xx_hal_adc.h.
ADC asynchronous clock with prescaler division by 256
Definition at line 457 of file stm32l4xx_hal_adc.h.
ADC asynchronous clock with prescaler division by 32
Definition at line 454 of file stm32l4xx_hal_adc.h.
#define ADC_CLOCK_ASYNC_DIV4 (LL_ADC_CLOCK_ASYNC_DIV4) |
ADC asynchronous clock with prescaler division by 4
Definition at line 448 of file stm32l4xx_hal_adc.h.
#define ADC_CLOCK_ASYNC_DIV6 (LL_ADC_CLOCK_ASYNC_DIV6) |
ADC asynchronous clock with prescaler division by 6
Definition at line 449 of file stm32l4xx_hal_adc.h.
ADC asynchronous clock with prescaler division by 64
Definition at line 455 of file stm32l4xx_hal_adc.h.
#define ADC_CLOCK_ASYNC_DIV8 (LL_ADC_CLOCK_ASYNC_DIV8) |
ADC asynchronous clock with prescaler division by 8
Definition at line 450 of file stm32l4xx_hal_adc.h.
ADC synchronous clock derived from AHB clock without prescaler
Definition at line 442 of file stm32l4xx_hal_adc.h.
ADC synchronous clock derived from AHB clock with prescaler division by 2
Definition at line 443 of file stm32l4xx_hal_adc.h.
ADC synchronous clock derived from AHB clock with prescaler division by 4
Definition at line 444 of file stm32l4xx_hal_adc.h.