STM32H735xx HAL User Manual
|
Defines | |
#define | ADC_RESOLUTION_16B (LL_ADC_RESOLUTION_16B) |
#define | ADC_RESOLUTION_14B (LL_ADC_RESOLUTION_14B) |
#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 515 of file stm32h7xx_hal_adc.h.
#define ADC_RESOLUTION_12B (LL_ADC_RESOLUTION_12B) |
ADC resolution 12 bits
Definition at line 514 of file stm32h7xx_hal_adc.h.
#define ADC_RESOLUTION_14B (LL_ADC_RESOLUTION_14B) |
ADC resolution 14 bits, On devices STM32H72xx and STM32H73xx, parameter available only on ADC instance: ADC1, ADC2
Definition at line 513 of file stm32h7xx_hal_adc.h.
#define ADC_RESOLUTION_16B (LL_ADC_RESOLUTION_16B) |
ADC resolution 16 bits, On devices STM32H72xx and STM32H73xx, parameter available only on ADC instance: ADC1, ADC2
Definition at line 512 of file stm32h7xx_hal_adc.h.
#define ADC_RESOLUTION_6B (LL_ADC_RESOLUTION_6B) |
ADC resolution 6 bits, On devices STM32H72xx and STM32H73xx, parameter available only on ADC instance: ADC3
Definition at line 524 of file stm32h7xx_hal_adc.h.
#define ADC_RESOLUTION_8B (LL_ADC_RESOLUTION_8B) |
ADC resolution 8 bits
Definition at line 516 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_Init().