Home
last modified time | relevance | path

Searched refs:touch_approach_pad1 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h965 SENS.sar_touch_conf.touch_approach_pad1 = prox_pad[1]; in touch_ll_proximity_set_channel_num()
978 prox_pad[1] = SENS.sar_touch_conf.touch_approach_pad1; in touch_ll_proximity_get_channel_num()
1011 } else if (SENS.sar_touch_conf.touch_approach_pad1 == touch_num) { in touch_ll_proximity_read_meas_cnt()
1026 && (SENS.sar_touch_conf.touch_approach_pad1 != touch_num) in touch_ll_proximity_pad_check()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h985 SENS.sar_touch_conf.touch_approach_pad1 = prox_pad[1]; in touch_ll_proximity_set_channel_num()
998 prox_pad[1] = SENS.sar_touch_conf.touch_approach_pad1; in touch_ll_proximity_get_channel_num()
1031 } else if (SENS.sar_touch_conf.touch_approach_pad1 == touch_num) { in touch_ll_proximity_read_meas_cnt()
1046 && (SENS.sar_touch_conf.touch_approach_pad1 != touch_num) in touch_ll_proximity_pad_check()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h226 uint32_t touch_approach_pad1: 4; /*indicate which pad is approach pad1*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h224 uint32_t touch_approach_pad1 : 4; /*indicate which pad is approach pad1*/ member