Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h119 #define touch_hal_intr_disable() touch_ll_intr_disable() macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h92 #define touch_hal_intr_disable(int_mask) touch_ll_intr_disable(int_mask) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h92 #define touch_hal_intr_disable(int_mask) touch_ll_intr_disable(int_mask) macro
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c217 touch_hal_intr_disable(int_mask); in touch_pad_intr_disable()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c260 touch_hal_intr_disable(); in touch_pad_intr_disable()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c243 touch_hal_intr_disable(int_mask); in touch_pad_intr_disable()