STM32L443xx HAL User Manual
|
Structure definition of some features of ADC instance. More...
#include <stm32l4xx_ll_adc.h>
Data Fields | |
uint32_t | Resolution |
uint32_t | DataAlignment |
uint32_t | LowPowerMode |
Structure definition of some features of ADC instance.
Definition at line 449 of file stm32l4xx_ll_adc.h.
uint32_t LL_ADC_InitTypeDef::DataAlignment |
Set ADC conversion data alignment. This parameter can be a value of ADC instance - Data alignment
This feature can be modified afterwards using unitary function LL_ADC_SetDataAlignment().
Definition at line 456 of file stm32l4xx_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 461 of file stm32l4xx_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 451 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_Init(), and LL_ADC_StructInit().