Home
last modified time | relevance | path

Searched refs:pcpu_int1 (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Dgpio_struct.h145 } pcpu_int1; member
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Dgpio_struct.h121 } pcpu_int1; member
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dgpio_struct.h119 } pcpu_int1; member
/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Dgpio_struct.h585 volatile gpio_pcpu_int1_reg_t pcpu_int1; member
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h117 *status = hw->pcpu_int1.intr; in gpio_ll_get_intr_status_high()
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h130 *status = hw->pcpu_int1.intr; in gpio_ll_get_intr_status_high()
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dgpio_ll.h249 …*status = (core_id == 0) ? HAL_FORCE_READ_U32_REG_FIELD(hw->pcpu_int1, intr) : HAL_FORCE_READ_U32_… in gpio_ll_get_intr_status_high()