Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/include/soc/
Dgpio_struct.h100 uint32_t intr_st: 8; /*GPIO32~39 interrupt status*/ member
107 uint32_t intr_st: 8; /*GPIO32~39 interrupt status write 1 to set*/ member
114 uint32_t intr_st: 8; /*GPIO32~39 interrupt status write 1 to clear*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgpio_struct.h93 uint32_t intr_st : 22; member
100 uint32_t intr_st : 22; member
107 uint32_t intr_st : 22; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dgpio_struct.h91 uint32_t intr_st: 22; member
98 uint32_t intr_st: 22; member
105 uint32_t intr_st: 22; member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h573 uint32_t intr_st = RTCCNTL.int_st.val; in touch_ll_read_intr_status_mask() local
576 if (intr_st & RTC_CNTL_TOUCH_DONE_INT_ST_M) { in touch_ll_read_intr_status_mask()
579 if (intr_st & RTC_CNTL_TOUCH_ACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
582 if (intr_st & RTC_CNTL_TOUCH_INACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
585 if (intr_st & RTC_CNTL_TOUCH_SCAN_DONE_INT_ST_M) { in touch_ll_read_intr_status_mask()
588 if (intr_st & RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M) { in touch_ll_read_intr_status_mask()
591 if (intr_st & RTC_CNTL_TOUCH_APPROACH_LOOP_DONE_INT_ST_M) { in touch_ll_read_intr_status_mask()
Dgpio_ll.h188 hw->status1_w1tc.intr_st = mask; in gpio_ll_clear_intr_status_high()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_ll.h556 uint32_t intr_st = RTCCNTL.int_st.val; in touch_ll_read_intr_status_mask() local
559 if (intr_st & RTC_CNTL_TOUCH_DONE_INT_ST_M) { in touch_ll_read_intr_status_mask()
562 if (intr_st & RTC_CNTL_TOUCH_ACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
565 if (intr_st & RTC_CNTL_TOUCH_INACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask()
568 if (intr_st & RTC_CNTL_TOUCH_SCAN_DONE_INT_ST_M) { in touch_ll_read_intr_status_mask()
571 if (intr_st & RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M) { in touch_ll_read_intr_status_mask()
Dgpio_ll.h175 hw->status1_w1tc.intr_st = mask; in gpio_ll_clear_intr_status_high()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgpio_struct.h95 uint32_t intr_st: 26; member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dgpio_ll.h306 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->status1_w1tc, intr_st, mask); in gpio_ll_clear_intr_status_high()