Home
last modified time | relevance | path

Searched refs:_lws_plat_gpio_t (Results 1 - 14 of 14) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-gpio.h31 typedef int _lws_plat_gpio_t; typedef
53 void (*mode)(_lws_plat_gpio_t gpio, int flags);
54 int (*read)(_lws_plat_gpio_t gpio);
55 void (*set)(_lws_plat_gpio_t gpio, int val);
56 int (*irq_mode)(_lws_plat_gpio_t gpio, lws_gpio_irq_t irq,
H A Dlws-bb-spi.h45 _lws_plat_gpio_t clk;
46 _lws_plat_gpio_t ncs[LWS_SPI_BB_MAX_CH];
47 _lws_plat_gpio_t ncmd[LWS_SPI_BB_MAX_CH];
48 _lws_plat_gpio_t mosi;
49 _lws_plat_gpio_t miso;
H A Dlws-pwm.h26 _lws_plat_gpio_t gpio;
33 void (*intensity)(const struct lws_pwm_ops *lo, _lws_plat_gpio_t gpio,
43 lws_pwm_plat_intensity(const struct lws_pwm_ops *lo, _lws_plat_gpio_t gpio,
H A Dlws-bb-i2c.h33 _lws_plat_gpio_t scl;
34 _lws_plat_gpio_t sda;
H A Dlws-ssd1306-i2c.h42 _lws_plat_gpio_t reset_gpio; /* if gpio ops, nReset gpio # */
H A Dlws-ili9341-spi.h35 _lws_plat_gpio_t reset_gpio; /* if gpio ops, nReset gpio # */
H A Dlws-button.h65 _lws_plat_gpio_t gpio;
H A Dlws-led.h90 _lws_plat_gpio_t gpio;
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Dgpio.h9 * You should typedef _lws_plat_gpio_t to int or whatever before
19 void (*mode_write)(_lws_plat_gpio_t gpio);
20 void (*mode_read)(_lws_plat_gpio_t gpio);
21 int (*read)(_lws_plat_gpio_t gpio);
22 void (*set)(_lws_plat_gpio_t gpio, int val);
H A Dgpio-esp32.c5 lws_gpio_esp32_mode_write(_lws_plat_gpio_t gpio) in lws_gpio_esp32_mode_write()
13 lws_gpio_esp32_mode_read(_lws_plat_gpio_t gpio) in lws_gpio_esp32_mode_read()
20 lws_gpio_esp32_read(_lws_plat_gpio_t gpio) in lws_gpio_esp32_read()
25 lws_gpio_esp32_set(_lws_plat_gpio_t gpio, int val) in lws_gpio_esp32_set()
H A Dbb-i2c.h20 _lws_plat_gpio_t scl;
21 _lws_plat_gpio_t sda;
H A Dgpio-esp32.h10 typedef int _lws_plat_gpio_t; typedef
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/
H A Dgpio-esp32.c28 lws_gpio_esp32_mode(_lws_plat_gpio_t gpio, int flags) in lws_gpio_esp32_mode()
68 lws_gpio_esp32_read(_lws_plat_gpio_t gpio) in lws_gpio_esp32_read()
73 lws_gpio_esp32_set(_lws_plat_gpio_t gpio, int val) in lws_gpio_esp32_set()
79 lws_gpio_esp32_irq_mode(_lws_plat_gpio_t gpio, lws_gpio_irq_t irq_type, in lws_gpio_esp32_irq_mode()
H A Dpwm-esp32.c64 lws_pwm_plat_intensity(const struct lws_pwm_ops *lo, _lws_plat_gpio_t gpio, in lws_pwm_plat_intensity()

Completed in 5 milliseconds