Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c72 en_msk |= RTC_CNTL_TOUCH_ACTIVE_INT_ST_M; in touch_pad_isr_register()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c93 en_msk |= RTC_CNTL_TOUCH_ACTIVE_INT_ST_M; in touch_pad_isr_register()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h562 if (intr_st & RTC_CNTL_TOUCH_ACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h579 if (intr_st & RTC_CNTL_TOUCH_ACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h840 #define RTC_CNTL_TOUCH_ACTIVE_INT_ST_M (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h917 #define RTC_CNTL_TOUCH_ACTIVE_INT_ST_M (BIT(7)) macro