Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h664 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.h684 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.h256 uint32_t touch_channel_clr:15; /*Clear touch channel*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h246 uint32_t touch_channel_clr : 15; /*Clear touch channel*/ member