ESP-IDF
sens_dev_s::sar_touch_ctrl1
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sens_dev_s::sar_touch_ctrl1
sens_dev_s::sar_touch_ctrl1 field
Syntax
Show:
Summary
Declaration
from
sens_struct.h:165
union
{
struct
{
uint32_t
touch_meas_delay
:
16
;
uint32_t
touch_xpd_wait
:
8
;
uint32_t
touch_out_sel
:
1
;
uint32_t
touch_out_1en
:
1
;
uint32_t
xpd_hall_force
:
1
;
uint32_t
hall_phase_force
:
1
;
uint32_t
reserved28
:
4
;
}
;
uint32_t
val
;
}
sar_touch_ctrl1
;
Examples
References
from
examples
Code
Location
Referrer
}
sar_touch_ctrl1
;
sens_struct.h:176
SENS
.
sar_touch_ctrl1
.
xpd_hall_force
=
1
;
// 1: SW control HALL power; 0: ULP FSM control HALL power.
adc_ll.h:606
adc_ll_set_controller()
SENS
.
sar_touch_ctrl1
.
hall_phase_force
=
1
;
// 1: SW control HALL phase; 0: ULP FSM control HALL phase.
adc_ll.h:607
adc_ll_set_controller()
SENS
.
sar_touch_ctrl1
.
xpd_hall_force
=
0
;
// 1: SW control HALL power; 0: ULP FSM control HALL power.
adc_ll.h:613
adc_ll_set_controller()
SENS
.
sar_touch_ctrl1
.
hall_phase_force
=
0
;
// 1: SW control HALL phase; 0: ULP FSM control HALL phase.
adc_ll.h:614
adc_ll_set_controller()
SENS
.
sar_touch_ctrl1
.
xpd_hall_force
=
1
;
// 1: SW control HALL power; 0: ULP FSM control HALL power.
adc_ll.h:620
adc_ll_set_controller()
SENS
.
sar_touch_ctrl1
.
hall_phase_force
=
1
;
// 1: SW control HALL phase; 0: ULP FSM control HALL phase.
adc_ll.h:621
adc_ll_set_controller()
SENS
.
sar_touch_ctrl1
.
xpd_hall_force
=
hall_ctrl
;
// 1: SW control HALL power; 0: ULP FSM control HALL power.
adc_ll.h:721
adc_ll_set_hall_controller()
SENS
.
sar_touch_ctrl1
.
hall_phase_force
=
hall_ctrl
;
// 1: SW control HALL phase; 0: ULP FSM control HALL phase.
adc_ll.h:722
adc_ll_set_hall_controller()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
SENS
.
sar_touch_ctrl1
,
touch_meas_delay
,
meas_time
)
;
touch_sensor_ll.h:61
touch_ll_set_meas_time()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
SENS
.
sar_touch_ctrl1
,
touch_xpd_wait
,
TOUCH_LL_PAD_MEASURE_WAIT_MAX
)
;
touch_sensor_ll.h:63
touch_ll_set_meas_time()
*
meas_time
=
HAL_FORCE_READ_U32_REG_FIELD
(
SENS
.
sar_touch_ctrl1
,
touch_meas_delay
)
;
touch_sensor_ll.h:73
touch_ll_get_meas_time()
SENS
.
sar_touch_ctrl1
.
touch_out_sel
=
mode
;
touch_sensor_ll.h:325
touch_ll_set_trigger_mode()
*
mode
=
(
touch_trigger_mode_t
)
SENS
.
sar_touch_ctrl1
.
touch_out_sel
;
touch_sensor_ll.h:337
touch_ll_get_trigger_mode()
SENS
.
sar_touch_ctrl1
.
touch_out_1en
=
src
;
touch_sensor_ll.h:350
touch_ll_set_trigger_source()
*
src
=
(
touch_trigger_src_t
)
SENS
.
sar_touch_ctrl1
.
touch_out_1en
;
touch_sensor_ll.h:360
touch_ll_get_trigger_source()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sens_dev_s::sar_touch_ctrl1
is read by 8 functions:
All items filtered out
sens_dev_s::sar_touch_ctrl1
adc_ll_set_controller()
adc_ll_set_hall_controller()
touch_ll_set_meas_time()
touch_ll_get_meas_time()
touch_ll_set_trigger_mode()
touch_ll_get_trigger_mode()
touch_ll_set_trigger_source()
touch_ll_get_trigger_source()
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