Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h114 #define touch_hal_intr_enable() touch_ll_intr_enable() macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h85 #define touch_hal_intr_enable(int_mask) touch_ll_intr_enable(int_mask) macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h85 #define touch_hal_intr_enable(int_mask) touch_ll_intr_enable(int_mask) macro
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c206 touch_hal_intr_enable(int_mask); in touch_pad_intr_enable()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c252 touch_hal_intr_enable(); in touch_pad_intr_enable()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c232 touch_hal_intr_enable(int_mask); in touch_pad_intr_enable()