Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h966 SENS.sar_touch_conf.touch_approach_pad2 = prox_pad[2]; in touch_ll_proximity_set_channel_num()
979 prox_pad[2] = SENS.sar_touch_conf.touch_approach_pad2; in touch_ll_proximity_get_channel_num()
1013 } else if (SENS.sar_touch_conf.touch_approach_pad2 == touch_num) { in touch_ll_proximity_read_meas_cnt()
1027 && (SENS.sar_touch_conf.touch_approach_pad2 != touch_num)) { in touch_ll_proximity_pad_check()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h986 SENS.sar_touch_conf.touch_approach_pad2 = prox_pad[2]; in touch_ll_proximity_set_channel_num()
999 prox_pad[2] = SENS.sar_touch_conf.touch_approach_pad2; in touch_ll_proximity_get_channel_num()
1033 } else if (SENS.sar_touch_conf.touch_approach_pad2 == touch_num) { in touch_ll_proximity_read_meas_cnt()
1047 && (SENS.sar_touch_conf.touch_approach_pad2 != touch_num)) { in touch_ll_proximity_pad_check()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h225 uint32_t touch_approach_pad2: 4; /*indicate which pad is approach pad2*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h223 uint32_t touch_approach_pad2 : 4; /*indicate which pad is approach pad2*/ member