STM32H735xx HAL User Manual
|
Structure definition of some features of ADC instance. More...
#include <stm32h7xx_ll_adc.h>
Data Fields | |
uint32_t | Resolution |
uint32_t | LeftBitShift |
uint32_t | LowPowerMode |
Structure definition of some features of ADC instance.
Definition at line 489 of file stm32h7xx_ll_adc.h.
uint32_t LL_ADC_InitTypeDef::LeftBitShift |
Configures the left shifting applied to the final result with or without oversampling. This parameter can be a value of ADC left Shift.
Definition at line 496 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_Init(), and LL_ADC_StructInit().
uint32_t LL_ADC_InitTypeDef::LowPowerMode |
Set ADC low power mode. This parameter can be a value of ADC instance - Low power mode
This feature can be modified afterwards using unitary function LL_ADC_SetLowPowerMode().
Definition at line 499 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_Init(), and LL_ADC_StructInit().
uint32_t LL_ADC_InitTypeDef::Resolution |
Set ADC resolution. This parameter can be a value of ADC instance - Resolution
This feature can be modified afterwards using unitary function LL_ADC_SetResolution().
Definition at line 491 of file stm32h7xx_ll_adc.h.
Referenced by LL_ADC_Init(), and LL_ADC_StructInit().