Home
last modified time | relevance | path

Searched refs:touch_hal_intr_clear (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h124 #define touch_hal_intr_clear() touch_ll_intr_clear() macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h99 #define touch_hal_intr_clear(int_mask) touch_ll_intr_clear(int_mask) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h99 #define touch_hal_intr_clear(int_mask) touch_ll_intr_clear(int_mask) macro
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c74 touch_hal_intr_clear(TOUCH_PAD_INTR_MASK_SCAN_DONE); in touch_pad_workaround_isr_internal()
252 touch_hal_intr_clear(int_mask); in touch_pad_intr_clear()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c226 touch_hal_intr_clear(int_mask); in touch_pad_intr_clear()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c268 touch_hal_intr_clear(); in touch_pad_intr_clear()