Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/esp32s2/include/driver/
Dtouch_sensor.h188 esp_err_t touch_pad_intr_enable(touch_pad_intr_mask_t int_mask);
197 esp_err_t touch_pad_intr_disable(touch_pad_intr_mask_t int_mask);
205 esp_err_t touch_pad_intr_clear(touch_pad_intr_mask_t int_mask);
218 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
/hal_espressif-3.6.0/components/driver/esp32s3/include/driver/
Dtouch_sensor.h188 esp_err_t touch_pad_intr_enable(touch_pad_intr_mask_t int_mask);
197 esp_err_t touch_pad_intr_disable(touch_pad_intr_mask_t int_mask);
205 esp_err_t touch_pad_intr_clear(touch_pad_intr_mask_t int_mask);
218 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
/hal_espressif-3.6.0/components/hal/include/hal/
Dtouch_sensor_types.h167 } touch_pad_intr_mask_t; typedef
168 FLAG_ATTR(touch_pad_intr_mask_t)
/hal_espressif-3.6.0/components/driver/esp32s3/
Dtouch_sensor.c62 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask) in touch_pad_isr_register()
170 esp_err_t touch_pad_intr_enable(touch_pad_intr_mask_t int_mask) in touch_pad_intr_enable()
181 esp_err_t touch_pad_intr_disable(touch_pad_intr_mask_t int_mask) in touch_pad_intr_disable()
192 esp_err_t touch_pad_intr_clear(touch_pad_intr_mask_t int_mask) in touch_pad_intr_clear()
/hal_espressif-3.6.0/components/driver/esp32s2/
Dtouch_sensor.c82 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask) in touch_pad_isr_register()
194 esp_err_t touch_pad_intr_enable(touch_pad_intr_mask_t int_mask) in touch_pad_intr_enable()
205 esp_err_t touch_pad_intr_disable(touch_pad_intr_mask_t int_mask) in touch_pad_intr_disable()
216 esp_err_t touch_pad_intr_clear(touch_pad_intr_mask_t int_mask) in touch_pad_intr_clear()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h490 static inline void touch_ll_intr_enable(touch_pad_intr_mask_t int_mask) in touch_ll_intr_enable()
514 static inline void touch_ll_intr_disable(touch_pad_intr_mask_t int_mask) in touch_ll_intr_disable()
538 static inline void touch_ll_intr_clear(touch_pad_intr_mask_t int_mask) in touch_ll_intr_clear()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h490 static inline void touch_ll_intr_enable(touch_pad_intr_mask_t int_mask) in touch_ll_intr_enable()
517 static inline void touch_ll_intr_disable(touch_pad_intr_mask_t int_mask) in touch_ll_intr_disable()
544 static inline void touch_ll_intr_clear(touch_pad_intr_mask_t int_mask) in touch_ll_intr_clear()
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_interrupt/main/
Dtp_interrupt_main.c20 touch_pad_intr_mask_t intr_mask;
/hal_espressif-3.6.0/components/driver/test/touch_sensor_test/
Dtest_touch_v2.c101 touch_pad_intr_mask_t intr_mask;