Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c75 en_msk |= RTC_CNTL_TOUCH_INACTIVE_INT_ST_M; in touch_pad_isr_register()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c96 en_msk |= RTC_CNTL_TOUCH_INACTIVE_INT_ST_M; in touch_pad_isr_register()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h565 if (intr_st & RTC_CNTL_TOUCH_INACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h582 if (intr_st & RTC_CNTL_TOUCH_INACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h834 #define RTC_CNTL_TOUCH_INACTIVE_INT_ST_M (BIT(8)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h911 #define RTC_CNTL_TOUCH_INACTIVE_INT_ST_M (BIT(8)) macro