Home
last modified time | relevance | path

Searched refs:TOUCH_PAD_INTR_MASK_ALL (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c20 touch_ll_intr_disable(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init()
21 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init()
49 touch_ll_intr_disable(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_deinit()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c20 touch_ll_intr_disable(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init()
21 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init()
49 touch_ll_intr_disable(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_deinit()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h153 #define TOUCH_PAD_INTR_MASK_ALL (TOUCH_PAD_INTR_MASK_TIMEOUT \ macro
161 #define TOUCH_PAD_INTR_MASK_ALL (TOUCH_PAD_INTR_MASK_TIMEOUT \
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c46 #define TOUCH_INTR_MASK_CHECK(mask) ESP_RETURN_ON_FALSE(mask & TOUCH_PAD_INTR_MASK_ALL, ESP_ERR_INV…
202 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_enable()
213 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_disable()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c46 #define TOUCH_INTR_MASK_CHECK(mask) ESP_RETURN_ON_FALSE(mask & TOUCH_PAD_INTR_MASK_ALL, ESP_ERR_INV…
228 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_enable()
239 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_disable()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h574 return (intr_msk & TOUCH_PAD_INTR_MASK_ALL); in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h594 return (intr_msk & TOUCH_PAD_INTR_MASK_ALL); in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1497 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); // Clear state from previous wakeup