Searched refs:TOUCH_PAD_INTR_MASK_ALL (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/hal/esp32s2/ |
D | touch_sensor_hal.c | 27 touch_ll_intr_disable(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init() 28 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_init() 56 touch_ll_intr_disable(TOUCH_PAD_INTR_MASK_ALL); in touch_hal_deinit()
|
/hal_espressif-3.6.0/components/hal/esp32s3/ |
D | touch_sensor_hal.c | 20 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-3.6.0/components/hal/include/hal/ |
D | touch_sensor_types.h | 153 #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-3.6.0/components/driver/test/touch_sensor_test/ |
D | test_touch_v2.c | 804 touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL); in test_touch_interrupt() 871 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_scan_done_interrupt() 938 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_timeout_interrupt() 1040 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_filter_parameter_debounce() 1104 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_filter_parameter_reset() 1218 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_filter_parameter_jitter() 1318 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_denoise() 1432 touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL); in test_touch_waterproof() 1509 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_proximity() 1615 TEST_ESP_OK( touch_pad_isr_register(test_touch_intr_cb, NULL, TOUCH_PAD_INTR_MASK_ALL) ); in test_touch_sleep_reading_stable() [all …]
|
/hal_espressif-3.6.0/components/driver/esp32s3/ |
D | touch_sensor.c | 46 #define TOUCH_INTR_MASK_CHECK(mask) ESP_RETURN_ON_FALSE(mask & TOUCH_PAD_INTR_MASK_ALL, ESP_ERR_INV… 172 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_enable() 183 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_disable()
|
/hal_espressif-3.6.0/components/driver/esp32s2/ |
D | touch_sensor.c | 46 #define TOUCH_INTR_MASK_CHECK(mask) ESP_RETURN_ON_FALSE(mask & TOUCH_PAD_INTR_MASK_ALL, ESP_ERR_INV… 196 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_enable() 207 if (!(int_mask & TOUCH_PAD_INTR_MASK_ALL)) { in touch_pad_intr_disable()
|
/hal_espressif-3.6.0/examples/peripherals/touch_sensor/touch_sensor_v2/touch_pad_interrupt/main/ |
D | tp_interrupt_main.c | 201 touch_pad_isr_register(touchsensor_interrupt_cb, NULL, TOUCH_PAD_INTR_MASK_ALL); in app_main()
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | touch_sensor_ll.h | 582 return (intr_msk & TOUCH_PAD_INTR_MASK_ALL); in touch_ll_read_intr_status_mask()
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 594 return (intr_msk & TOUCH_PAD_INTR_MASK_ALL); in touch_ll_read_intr_status_mask()
|
/hal_espressif-3.6.0/components/esp_hw_support/ |
D | sleep_modes.c | 850 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); // Clear state from previous wakeup in touch_wakeup_prepare()
|
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/ |
D | sleep_modes.c | 885 touch_ll_intr_clear(TOUCH_PAD_INTR_MASK_ALL); // Clear state from previous wakeup in touch_wakeup_prepare()
|