Home
last modified time | relevance | path

Searched refs:gpio_hal_intr_enable_on_core (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/
Dgpio_hal.c21 void gpio_hal_intr_enable_on_core(gpio_hal_context_t *hal, gpio_num_t gpio_num, uint32_t core_id) in gpio_hal_intr_enable_on_core() function
/device/soc/esp/esp32/components/hal/include/hal/
Dgpio_hal.h132 void gpio_hal_intr_enable_on_core(gpio_hal_context_t *hal, gpio_num_t gpio_num, uint32_t core_id);
/device/soc/esp/esp32/components/driver/
Dgpio.c170 gpio_hal_intr_enable_on_core(gpio_context.gpio_hal, gpio_num, core_id); in gpio_intr_enable_on_core()