ESP-IDF
adc1_channel_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
adc1_channel_t
adc1_channel_t enum
Syntax
Show:
Summary
Declaration
from
adc_types_legacy.h:39
enum
{
ADC1_CHANNEL_0
=
0
,
ADC1_CHANNEL_1
,
ADC1_CHANNEL_2
,
ADC1_CHANNEL_3
,
ADC1_CHANNEL_4
,
ADC1_CHANNEL_5
,
ADC1_CHANNEL_6
,
ADC1_CHANNEL_7
,
ADC1_CHANNEL_MAX
,
}
;
Values
Value
Declared as
Description
adc1_channel_t::ADC1_CHANNEL_0
=
0
ADC1 channel 0 is GPIO36.
adc1_channel_t::ADC1_CHANNEL_1
ADC1 channel 1 is GPIO37.
adc1_channel_t::ADC1_CHANNEL_2
ADC1 channel 2 is GPIO38.
adc1_channel_t::ADC1_CHANNEL_3
ADC1 channel 3 is GPIO39.
adc1_channel_t::ADC1_CHANNEL_4
ADC1 channel 4 is GPIO32.
adc1_channel_t::ADC1_CHANNEL_5
ADC1 channel 5 is GPIO33.
adc1_channel_t::ADC1_CHANNEL_6
ADC1 channel 6 is GPIO34.
adc1_channel_t::ADC1_CHANNEL_7
ADC1 channel 7 is GPIO35.
adc1_channel_t::ADC1_CHANNEL_MAX
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out