ESP-IDF
RTCIO
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
RTCIO
RTCIO variable
Syntax
Show:
Summary
Declaration
from
rtc_io_struct.h:279
extern
rtc_io_dev_t
RTCIO
;
Examples
References
from
examples
Code
Location
Referrer
extern
rtc_io_dev_t
RTCIO
;
rtc_io_struct.h:279
RTCIO
.
hall_sens
.
xpd_hall
=
1
;
adc_ll.h:687
adc_ll_hall_enable()
RTCIO
.
hall_sens
.
xpd_hall
=
0
;
adc_ll.h:695
adc_ll_hall_disable()
RTCIO
.
hall_sens
.
hall_phase
=
1
;
adc_ll.h:703
adc_ll_hall_phase_enable()
RTCIO
.
hall_sens
.
hall_phase
=
0
;
adc_ll.h:711
adc_ll_hall_phase_disable()
RTCIO
.
pad_dac
[
channel
]
.
dac_xpd_force
=
1
;
dac_ll.h:38
dac_ll_power_on()
RTCIO
.
pad_dac
[
channel
]
.
xpd_dac
=
1
;
dac_ll.h:39
dac_ll_power_on()
RTCIO
.
pad_dac
[
channel
]
.
dac_xpd_force
=
0
;
dac_ll.h:49
dac_ll_power_down()
RTCIO
.
pad_dac
[
channel
]
.
xpd_dac
=
0
;
dac_ll.h:50
dac_ll_power_down()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
RTCIO
.
pad_dac
[
channel
]
,
dac
,
value
)
;
dac_ll.h:65
dac_ll_update_output_value()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
RTCIO
.
pad_dac
[
channel
]
,
dac
,
value
)
;
dac_ll.h:68
dac_ll_update_output_value()
RTCIO
.
enable_w1ts
.
w1ts
=
(
1U
<
<
rtcio_num
)
;
rtc_io_ll.h:79
rtcio_ll_output_enable()
RTCIO
.
enable_w1tc
.
w1tc
=
(
1U
<
<
rtcio_num
)
;
rtc_io_ll.h:89
rtcio_ll_output_disable()
RTCIO
.
out_w1ts
.
w1ts
=
(
1U
<
<
rtcio_num
)
;
rtc_io_ll.h:101
rtcio_ll_set_level()
RTCIO
.
out_w1tc
.
w1tc
=
(
1U
<
<
rtcio_num
)
;
rtc_io_ll.h:103
rtcio_ll_set_level()
return
(
uint32_t
)
(
RTCIO
.
in_val
.
in
>
>
rtcio_num
)
&
0x1
;
rtc_io_ll.h:135
rtcio_ll_get_level()
RTCIO
.
pin
[
rtcio_num
]
.
pad_driver
=
mode
;
rtc_io_ll.h:170
rtcio_ll_output_mode_set()
RTCIO
.
pin
[
rtcio_num
]
.
wakeup_enable
=
1
;
rtc_io_ll.h:283
rtcio_ll_wakeup_enable()
RTCIO
.
pin
[
rtcio_num
]
.
int_type
=
type
;
rtc_io_ll.h:284
rtcio_ll_wakeup_enable()
RTCIO
.
pin
[
rtcio_num
]
.
wakeup_enable
=
0
;
rtc_io_ll.h:294
rtcio_ll_wakeup_disable()
RTCIO
.
pin
[
rtcio_num
]
.
int_type
=
RTCIO_LL_WAKEUP_DISABLE
;
rtc_io_ll.h:295
rtcio_ll_wakeup_disable()
RTCIO
.
touch_cfg
.
drefh
=
refh
;
touch_sensor_ll.h:109
touch_ll_set_voltage_high()
*
refh
=
(
touch_high_volt_t
)
RTCIO
.
touch_cfg
.
drefh
;
touch_sensor_ll.h:121
touch_ll_get_voltage_high()
RTCIO
.
touch_cfg
.
drefl
=
refl
;
touch_sensor_ll.h:132
touch_ll_set_voltage_low()
*
refl
=
(
touch_low_volt_t
)
RTCIO
.
touch_cfg
.
drefl
;
touch_sensor_ll.h:143
touch_ll_get_voltage_low()
RTCIO
.
touch_cfg
.
drange
=
atten
;
touch_sensor_ll.h:155
touch_ll_set_voltage_attenuation()
*
atten
=
(
touch_volt_atten_t
)
RTCIO
.
touch_cfg
.
drange
;
touch_sensor_ll.h:167
touch_ll_get_voltage_attenuation()
RTCIO
.
touch_pad
[
touch_num
]
.
dac
=
slope
;
touch_sensor_ll.h:184
touch_ll_set_slope()
*
slope
=
(
touch_cnt_slope_t
)
RTCIO
.
touch_pad
[
touch_num
]
.
dac
;
touch_sensor_ll.h:199
touch_ll_get_slope()
RTCIO
.
touch_pad
[
touch_pad_wrap
]
.
tie_opt
=
opt
;
touch_sensor_ll.h:211
touch_ll_set_tie_option()
*
opt
=
(
touch_tie_opt_t
)
RTCIO
.
touch_pad
[
touch_pad_wrap
]
.
tie_opt
;
touch_sensor_ll.h:223
touch_ll_get_tie_option()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
RTCIO
is read by 24 functions:
All items filtered out
RTCIO
adc_ll_hall_enable()
adc_ll_hall_disable()
adc_ll_hall_phase_enable()
adc_ll_hall_phase_disable()
dac_ll_power_on()
dac_ll_power_down()
dac_ll_update_output_value()
touch_ll_set_voltage_high()
touch_ll_get_voltage_high()
touch_ll_set_voltage_low()
touch_ll_get_voltage_low()
touch_ll_set_voltage_attenuation()
touch_ll_get_voltage_attenuation()
touch_ll_set_slope()
touch_ll_get_slope()
touch_ll_set_tie_option()
touch_ll_get_tie_option()
rtcio_ll_output_enable()
rtcio_ll_output_disable()
rtcio_ll_set_level()
rtcio_ll_get_level()
rtcio_ll_output_mode_set()
rtcio_ll_wakeup_enable()
rtcio_ll_wakeup_disable()
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