Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h1010 *cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_approach_pad0_cnt); in touch_ll_proximity_read_meas_cnt()
1012 *cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_approach_pad1_cnt); in touch_ll_proximity_read_meas_cnt()
1014 *cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_approach_pad2_cnt); in touch_ll_proximity_read_meas_cnt()
1162 … *approach_cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_slp_approach_cnt); in touch_ll_sleep_read_proximity_cnt()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h1030 *cnt = SENS.sar_touch_appr_status.touch_approach_pad0_cnt; in touch_ll_proximity_read_meas_cnt()
1032 *cnt = SENS.sar_touch_appr_status.touch_approach_pad1_cnt; in touch_ll_proximity_read_meas_cnt()
1034 *cnt = SENS.sar_touch_appr_status.touch_approach_pad2_cnt; in touch_ll_proximity_read_meas_cnt()
1182 *approach_cnt = SENS.sar_touch_appr_status.touch_slp_approach_cnt; in touch_ll_sleep_read_proximity_cnt()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h294 } sar_touch_appr_status; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h284 } sar_touch_appr_status; member