ESP-IDF
ADC_LL_CTRL_RTC
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_CTRL_RTC
ADC_LL_CTRL_RTC value
Syntax
Show:
Summary
Declaration
from
adc_ll.h:56
ADC_LL_CTRL_RTC
=
0
;
Examples
References
from
examples
Code
Location
Referrer
ADC_LL_CTRL_RTC
=
0
,
///< For ADC1 and ADC2. Select RTC controller.
adc_ll.h:56
return
ADC_LL_CTRL_RTC
;
adc_hal_common.c:29
get_controller()
return
ADC_LL_CTRL_RTC
;
adc_hal_common.c:48
get_controller()
adc_ll_set_controller
(
ADC_UNIT_1
,
ADC_LL_CTRL_RTC
)
;
adc_legacy.c:366
adc1_rtc_mode_acquire()
adc_ll_set_controller
(
ADC_UNIT_1
,
ADC_LL_CTRL_RTC
)
;
//Set controller
adc_legacy.c:398
adc1_get_raw()
adc_ll_set_controller
(
ADC_UNIT_2
,
ADC_LL_CTRL_RTC
)
;
// set controller
adc_legacy.c:577
adc2_get_raw()
case
ADC_LL_CTRL_RTC
:
adc_ll.h:602
adc_ll_set_controller()
case
ADC_LL_CTRL_RTC
:
adc_ll.h:628
adc_ll_set_controller()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ADC_LL_CTRL_RTC
is read by 5 functions:
All items filtered out
ADC_LL_CTRL_RTC
adc_ll_set_controller()
adc1_rtc_mode_acquire()
adc1_get_raw()
adc2_get_raw()
get_controller()
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