Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h386 *status_mask = SENS.sar_touch_chn_st.touch_pad_active; in touch_ll_read_trigger_status_mask()
419 return (bool)SENS.sar_touch_chn_st.touch_meas_done; in touch_ll_meas_is_done()
664 SENS.sar_touch_chn_st.touch_channel_clr = TOUCH_PAD_BIT_MASK_ALL; in touch_ll_reset_benchmark()
666 SENS.sar_touch_chn_st.touch_channel_clr = (1U << touch_num); in touch_ll_reset_benchmark()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h394 *status_mask = SENS.sar_touch_chn_st.touch_pad_active; in touch_ll_read_trigger_status_mask()
427 return (bool)SENS.sar_touch_chn_st.touch_meas_done; in touch_ll_meas_is_done()
684 SENS.sar_touch_chn_st.touch_channel_clr = TOUCH_PAD_BIT_MASK_ALL; in touch_ll_reset_benchmark()
686 SENS.sar_touch_chn_st.touch_channel_clr = (1U << touch_num); in touch_ll_reset_benchmark()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h261 } sar_touch_chn_st; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h251 } sar_touch_chn_st; member