Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c102 en_msk |= RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M; in touch_pad_isr_register()
112 …around_isr_internal, NULL, RTC_CNTL_TOUCH_SCAN_DONE_INT_ST_M | RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M, 0); in touch_pad_isr_register()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c81 en_msk |= RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M; in touch_pad_isr_register()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h571 if (intr_st & RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M) { in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h588 if (intr_st & RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M) { in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h774 #define RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M (BIT(18)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h851 #define RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M (BIT(18)) macro