adc_digi_config_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
uint32_t
Pattern table length for digital controller. Range: 0 ~ 16 (0: Don't change the pattern table setting). The pattern table that defines the conversion rules for each SAR ADC. Each table has 16 items, in which channel selection, resolution and attenuation are stored. When the conversion is started, the controller reads conversion rules from the pattern table one by one. For each controller the scan sequence has at most 16 different rules before repeating itself.
uint32_t
Refer to ``adc1_pattern_len``.
Pointer to pattern table for digital controller. The table size defined by `adc1_pattern_len`.
Refer to `adc1_pattern`.
ADC conversion mode for digital controller. See ``adc_digi_convert_mode_t``.
ADC output data format for digital controller. See ``adc_digi_format_t``.