Home
last modified time | relevance | path

Searched refs:touch_ll_intr_clear (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/hal/esp32/
Dtouch_sensor_hal.c16 touch_ll_intr_clear(); in touch_hal_init()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h124 #define touch_hal_intr_clear() touch_ll_intr_clear()
Dtouch_sensor_ll.h474 static inline void touch_ll_intr_clear(void) in touch_ll_intr_clear() function
/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c21 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c21 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init()
/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)
Dtouch_sensor_ll.h530 static inline void touch_ll_intr_clear(touch_pad_intr_mask_t int_mask) in touch_ll_intr_clear() function
/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)
Dtouch_sensor_ll.h544 static inline void touch_ll_intr_clear(touch_pad_intr_mask_t int_mask) in touch_ll_intr_clear() function
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1497 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); // Clear state from previous wakeup