Home
last modified time | relevance | path

Searched refs:touch_ll_intr_disable (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/esp32/
Dtouch_sensor_hal.c15 touch_ll_intr_disable(); in touch_hal_init()
32 touch_ll_intr_disable(); in touch_hal_deinit()
/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c20 touch_ll_intr_disable(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()
49 touch_ll_intr_disable(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_deinit()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_hal.h119 #define touch_hal_intr_disable() touch_ll_intr_disable()
Dtouch_sensor_ll.h466 static inline void touch_ll_intr_disable(void) in touch_ll_intr_disable() function
/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)
Dtouch_sensor_ll.h506 static inline void touch_ll_intr_disable(touch_pad_intr_mask_t int_mask) in touch_ll_intr_disable() function
/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)
Dtouch_sensor_ll.h517 static inline void touch_ll_intr_disable(touch_pad_intr_mask_t int_mask) in touch_ll_intr_disable() function