Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-gpio.h50 typedef void (*lws_gpio_irq_cb_t)(void *arg); typedef
57 lws_gpio_irq_cb_t cb, void *arg);
/aosp_15_r20/external/libwebsockets/lib/plat/freertos/esp32/drivers/
H A Dgpio-esp32.c80 lws_gpio_irq_cb_t cb, void *arg) in lws_gpio_esp32_irq_mode()