Searched refs:_lws_plat_gpio_t (Results 1 – 14 of 14) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-gpio.h | 31 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,
|
D | lws-bb-spi.h | 45 _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;
|
D | lws-pwm.h | 26 _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,
|
D | lws-bb-i2c.h | 33 _lws_plat_gpio_t scl; 34 _lws_plat_gpio_t sda;
|
D | lws-ili9341-spi.h | 35 _lws_plat_gpio_t reset_gpio; /* if gpio ops, nReset gpio # */
|
D | lws-ssd1306-i2c.h | 42 _lws_plat_gpio_t reset_gpio; /* if gpio ops, nReset gpio # */
|
D | lws-button.h | 65 _lws_plat_gpio_t gpio;
|
D | lws-led.h | 90 _lws_plat_gpio_t gpio;
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
D | gpio.h | 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);
|
D | gpio-esp32.c | 5 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()
|
D | bb-i2c.h | 20 _lws_plat_gpio_t scl; 21 _lws_plat_gpio_t sda;
|
D | gpio-esp32.h | 10 typedef int _lws_plat_gpio_t; typedef
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/ |
D | gpio-esp32.c | 28 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()
|
D | pwm-esp32.c | 64 lws_pwm_plat_intensity(const struct lws_pwm_ops *lo, _lws_plat_gpio_t gpio, in lws_pwm_plat_intensity()
|