/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 573 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()
|
D | gpio_ll.h | 139 hw->status1_w1tc.intr_st = mask; in gpio_ll_clear_intr_status_high()
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | gpio_struct.h | 100 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-3.6.0/components/hal/esp32s2/include/hal/ |
D | touch_sensor_ll.h | 564 uint32_t intr_st = RTCCNTL.int_st.val; in touch_ll_read_intr_status_mask() local 567 if (intr_st & RTC_CNTL_TOUCH_DONE_INT_ST_M) { in touch_ll_read_intr_status_mask() 570 if (intr_st & RTC_CNTL_TOUCH_ACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask() 573 if (intr_st & RTC_CNTL_TOUCH_INACTIVE_INT_ST_M) { in touch_ll_read_intr_status_mask() 576 if (intr_st & RTC_CNTL_TOUCH_SCAN_DONE_INT_ST_M) { in touch_ll_read_intr_status_mask() 579 if (intr_st & RTC_CNTL_TOUCH_TIMEOUT_INT_ST_M) { in touch_ll_read_intr_status_mask()
|
D | gpio_ll.h | 133 hw->status1_w1tc.intr_st = mask; in gpio_ll_clear_intr_status_high()
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | gpio_struct.h | 93 uint32_t intr_st : 22; member 100 uint32_t intr_st : 22; member 107 uint32_t intr_st : 22; member
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | gpio_struct.h | 97 uint32_t intr_st: 22; member 104 uint32_t intr_st: 22; member 111 uint32_t intr_st: 22; member
|
/hal_espressif-3.6.0/components/esp_serial_slave_link/ |
D | essl.c | 216 esp_err_t essl_get_intr(essl_handle_t handle, uint32_t *intr_raw, uint32_t *intr_st, uint32_t wait_… in essl_get_intr() argument 218 if (intr_raw == NULL && intr_st == NULL) { in essl_get_intr() 221 CHECK_EXECUTE_CMD(handle, get_intr, intr_raw, intr_st, wait_ms); in essl_get_intr()
|
D | essl_sdio.c | 410 esp_err_t essl_sdio_get_intr(void *arg, uint32_t *intr_raw, uint32_t *intr_st, uint32_t wait_ms) in essl_sdio_get_intr() argument 415 if (intr_raw == NULL && intr_st == NULL) return ESP_ERR_INVALID_ARG; in essl_sdio_get_intr() 421 if (intr_st != NULL) { in essl_sdio_get_intr() 422 r = essl_sdio_read_bytes(ctx->card, HOST_SLC0HOST_INT_ST_REG, (uint8_t *) intr_st, 4); in essl_sdio_get_intr()
|
D | essl_internal.h | 35 esp_err_t (*get_intr)(void* ctx, uint32_t* intr_raw, uint32_t *intr_st, uint32_t wait_ms);
|
/hal_espressif-3.6.0/components/esp_serial_slave_link/include/esp_serial_slave_link/ |
D | essl_sdio.h | 168 esp_err_t essl_sdio_get_intr(void *arg, uint32_t *intr_raw, uint32_t *intr_st, uint32_t wait_ms);
|
D | essl.h | 191 esp_err_t essl_get_intr(essl_handle_t handle, uint32_t *intr_raw, uint32_t *intr_st, uint32_t wait_…
|
/hal_espressif-3.6.0/examples/peripherals/sdio/host/main/ |
D | app_main.c | 317 uint32_t intr_raw, intr_st; in process_event() local 318 esp_err_t ret = get_intr(handle, &intr_raw, &intr_st); in process_event()
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | gpio_ll.h | 264 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->status1_w1tc, intr_st, mask); in gpio_ll_clear_intr_status_high()
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | gpio_struct.h | 95 uint32_t intr_st: 26; member
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | gpio_struct.h | 95 uint32_t intr_st: 26; member
|