ESP-IDF
+
0
/1 examples
SourceVu will show references to
TOUCH_PAD_NUM8
from the following samples and libraries:
deep_sleep sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TOUCH_PAD_NUM8
TOUCH_PAD_NUM8 value
Touch pad channel 8 is GPIO33(ESP32) / GPIO8(ESP32-S2)
Syntax
Show:
Summary
Declaration
from
touch_sensor_types.h:30
TOUCH_PAD_NUM8
;
Examples
TOUCH_PAD_NUM8
is referenced by 1 libraries and example projects:
deep_sleep sample
References
from
0/1
examples
Code
Location
Referrer
TOUCH_PAD_NUM8
,
/*!< Touch pad channel 8 is GPIO33(ESP32) / GPIO8(ESP32-S2) */
touch_sensor_types.h:30
if
(
touch_num
==
TOUCH_PAD_NUM8
)
{
touch_sensor_ll.h:44
touch_ll_num_wrap()
return
TOUCH_PAD_NUM8
;
touch_sensor_ll.h:47
touch_ll_num_wrap()
SENS
.
sar_touch_enable
.
touch_pad_worken
|=
TOUCH_LL_BITS_SWAP
(
enable_mask
)
;
touch_sensor_ll.h:377
touch_ll_set_channel_mask()
*
enable_mask
=
TOUCH_LL_BITS_SWAP
(
SENS
.
sar_touch_enable
.
touch_pad_worken
)
;
touch_sensor_ll.h:388
touch_ll_get_channel_mask()
SENS
.
sar_touch_enable
.
touch_pad_worken
&=
TOUCH_LL_BITS_SWAP
(
~
disable_mask
)
;
touch_sensor_ll.h:399
touch_ll_clear_channel_mask()
SENS
.
sar_touch_enable
.
touch_pad_outen1
|=
TOUCH_LL_BITS_SWAP
(
group1_mask
)
;
touch_sensor_ll.h:413
touch_ll_set_group_mask()
SENS
.
sar_touch_enable
.
touch_pad_outen2
|=
TOUCH_LL_BITS_SWAP
(
group2_mask
)
;
touch_sensor_ll.h:414
touch_ll_set_group_mask()
*
group1_mask
=
TOUCH_LL_BITS_SWAP
(
SENS
.
sar_touch_enable
.
touch_pad_outen1
)
;
touch_sensor_ll.h:425
touch_ll_get_group_mask()
*
group2_mask
=
TOUCH_LL_BITS_SWAP
(
SENS
.
sar_touch_enable
.
touch_pad_outen2
)
;
touch_sensor_ll.h:426
touch_ll_get_group_mask()
SENS
.
sar_touch_enable
.
touch_pad_outen1
&=
TOUCH_LL_BITS_SWAP
(
~
group1_mask
)
;
touch_sensor_ll.h:437
touch_ll_clear_group_mask()
SENS
.
sar_touch_enable
.
touch_pad_outen2
&=
TOUCH_LL_BITS_SWAP
(
~
group2_mask
)
;
touch_sensor_ll.h:438
touch_ll_clear_group_mask()
*
status_mask
=
TOUCH_LL_BITS_SWAP
(
SENS
.
sar_touch_ctrl2
.
touch_meas_en
)
;
touch_sensor_ll.h:448
touch_ll_read_trigger_status_mask()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
TOUCH_PAD_NUM8
is read by 8 functions:
All items filtered out
TOUCH_PAD_NUM8
touch_ll_num_wrap()
touch_ll_set_channel_mask()
touch_ll_get_channel_mask()
touch_ll_clear_channel_mask()
touch_ll_set_group_mask()
touch_ll_get_group_mask()
touch_ll_clear_group_mask()
touch_ll_read_trigger_status_mask()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out