Home
last modified time | relevance | path

Searched refs:gpio_ll_get_intr_status_high (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dgpio_hal.h107 #define gpio_hal_get_intr_status_high(hal, core_id, status) gpio_ll_get_intr_status_high((hal)->dev…
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dgpio_ll.h246 static inline void gpio_ll_get_intr_status_high(gpio_dev_t *hw, uint32_t core_id, uint32_t *status) in gpio_ll_get_intr_status_high() function