ESP-IDF
RTCCNTL
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
RTCCNTL
RTCCNTL variable
Syntax
Show:
Summary
Declaration
from
rtc_cntl_struct.h:552
extern
rtc_cntl_dev_t
RTCCNTL
;
Examples
References
from
examples
Code
Location
Referrer
extern
rtc_cntl_dev_t
RTCCNTL
;
rtc_cntl_struct.h:552
RTCCNTL
.
bias_conf
.
dbg_atten
=
0
;
//Check DBG effect outside sleep mode
adc_ll.h:743
adc_ll_vref_output()
RTCCNTL
.
test_mux
.
dtest_rtc
=
1
;
//Config test mux to route v_ref to ADC2 Channels
adc_ll.h:745
adc_ll_vref_output()
RTCCNTL
.
test_mux
.
ent_rtc
=
1
;
adc_ll.h:747
adc_ll_vref_output()
RTCCNTL
.
test_mux
.
dtest_rtc
=
0
;
//Config test mux to route v_ref to ADC2 Channels
adc_ll.h:755
adc_ll_vref_output()
RTCCNTL
.
test_mux
.
ent_rtc
=
0
;
adc_ll.h:757
adc_ll_vref_output()
RTCCNTL
.
brown_out
.
close_flash_ena
=
enable
;
brownout_ll.h:29
brownout_ll_enable_flash_suspend()
RTCCNTL
.
brown_out
.
pd_rf_ena
=
enable
;
brownout_ll.h:39
brownout_ll_enable_rf_power_down()
RTCCNTL
.
brown_out
.
rst_wait
=
reset_wait
;
brownout_ll.h:55
brownout_ll_reset_config()
RTCCNTL
.
brown_out
.
rst_ena
=
reset_ena
;
brownout_ll.h:56
brownout_ll_reset_config()
RTCCNTL
.
brown_out
.
thres
=
threshold
;
brownout_ll.h:66
brownout_ll_set_threshold()
RTCCNTL
.
brown_out
.
ena
=
bod_enable
;
brownout_ll.h:76
brownout_ll_bod_enable()
RTCCNTL
.
int_ena
.
rtc_brown_out
=
enable
;
brownout_ll.h:96
brownout_ll_intr_enable()
RTCCNTL
.
int_clr
.
rtc_brown_out
=
1
;
brownout_ll.h:115
brownout_ll_intr_clear()
wdt_hal_context_t
rtc_wdt_ctx
=
{
.
inst
=
WDT_RWDT
,
.
rwdt_dev
=
&
RTCCNTL
}
;
clk.c:142
esp_clk_init()
static
wdt_hal_context_t
rtc_wdt_ctx
=
RWDT_HAL_CONTEXT_DEFAULT
(
)
;
gdbstub.c:118
static
wdt_hal_context_t
rtc_wdt_ctx
=
RWDT_HAL_CONTEXT_DEFAULT
(
)
;
panic.c:80
rtc_intr_enabled
|=
RTCCNTL
.
int_ena
.
val
;
rtc_module.c:190
rtc_isr_noniram_disable()
RTCCNTL
.
int_ena
.
val
&=
rtc_intr_cache
;
rtc_module.c:191
rtc_isr_noniram_disable()
RTCCNTL
.
int_ena
.
val
=
rtc_intr_enabled
;
rtc_module.c:200
rtc_isr_noniram_enable()
wdt_hal_context_t
rtc_wdt_ctx
=
RWDT_HAL_CONTEXT_DEFAULT
(
)
;
sleep_modes.c:1511
esp_light_sleep_start()
wdt_hal_context_t
rtc_wdt_ctx
=
RWDT_HAL_CONTEXT_DEFAULT
(
)
;
startup_funcs.c:144
RTCCNTL
.
state0
.
touch_slp_timer_en
=
1
;
touch_sensor_ll.h:259
touch_ll_start_fsm()
RTCCNTL
.
state0
.
touch_slp_timer_en
=
0
;
touch_sensor_ll.h:271
touch_ll_stop_fsm()
RTCCNTL
.
int_ena
.
rtc_touch
=
1
;
touch_sensor_ll.h:464
touch_ll_intr_enable()
RTCCNTL
.
int_ena
.
rtc_touch
=
0
;
touch_sensor_ll.h:472
touch_ll_intr_disable()
RTCCNTL
.
int_clr
.
rtc_touch
=
1
;
touch_sensor_ll.h:480
touch_ll_intr_clear()
hal
->
rwdt_dev
=
RWDT_DEV_GET
(
)
;
wdt_hal_iram.c:27
wdt_hal_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
RTCCNTL
is read by 15 functions:
All items filtered out
RTCCNTL
adc_ll_vref_output()
touch_ll_start_fsm()
touch_ll_stop_fsm()
touch_ll_intr_enable()
touch_ll_intr_disable()
touch_ll_intr_clear()
rtc_isr_noniram_disable()
rtc_isr_noniram_enable()
brownout_ll_enable_flash_suspend()
brownout_ll_enable_rf_power_down()
brownout_ll_reset_config()
brownout_ll_set_threshold()
brownout_ll_bod_enable()
brownout_ll_intr_enable()
brownout_ll_intr_clear()
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