STM32L443xx HAL User Manual
|
Defines | |
#define | ADC_RESOLUTION_12B (LL_ADC_RESOLUTION_12B) |
#define | ADC_RESOLUTION_10B (LL_ADC_RESOLUTION_10B) |
#define | ADC_RESOLUTION_8B (LL_ADC_RESOLUTION_8B) |
#define | ADC_RESOLUTION_6B (LL_ADC_RESOLUTION_6B) |
#define ADC_RESOLUTION_10B (LL_ADC_RESOLUTION_10B) |
ADC resolution 10 bits
Definition at line 466 of file stm32l4xx_hal_adc.h.
#define ADC_RESOLUTION_12B (LL_ADC_RESOLUTION_12B) |
ADC resolution 12 bits
Definition at line 465 of file stm32l4xx_hal_adc.h.
Referenced by HAL_ADC_AnalogWDGConfig().
#define ADC_RESOLUTION_6B (LL_ADC_RESOLUTION_6B) |
ADC resolution 6 bits
Definition at line 468 of file stm32l4xx_hal_adc.h.
#define ADC_RESOLUTION_8B (LL_ADC_RESOLUTION_8B) |
ADC resolution 8 bits
Definition at line 467 of file stm32l4xx_hal_adc.h.