ESP-IDF
ADC_LL_EVENT_ADC2_ONESHOT_DONE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ADC_LL_EVENT_ADC2_ONESHOT_DONE
ADC_LL_EVENT_ADC2_ONESHOT_DONE macro
Syntax
Show:
Summary
Declaration
from
adc_ll.h:26
#define
ADC_LL_EVENT_ADC2_ONESHOT_DONE
(
1
<
<
1
)
Examples
References
from
examples
Code
Location
#define
ADC_LL_EVENT_ADC2_ONESHOT_DONE
(
1
<
<
1
)
adc_ll.h:26
uint32_t
event
=
(
adc_n
==
ADC_UNIT_1
)
?
ADC_LL_EVENT_ADC1_ONESHOT_DONE
:
ADC_LL_EVENT_ADC2_ONESHOT_DONE
;
adc_legacy.c:896
}
else
if
(
event
==
ADC_LL_EVENT_ADC2_ONESHOT_DONE
)
{
adc_ll.h:463
event
=
ADC_LL_EVENT_ADC2_ONESHOT_DONE
;
adc_oneshot_hal.c:140
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