Home
last modified time | relevance | path

Searched refs:lws_button_state (Results 1 – 8 of 8) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-button.h79 struct lws_button_state; /* opaque */
91 LWS_VISIBLE LWS_EXTERN struct lws_button_state *
105 lws_button_controller_destroy(struct lws_button_state *bcs);
109 lws_button_get_bit(struct lws_button_state *bcs, const char *name);
116 lws_button_enable(struct lws_button_state *bcs,
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dlws-button.c44 typedef struct lws_button_state { struct
397 struct lws_button_state *
433 lws_button_controller_destroy(struct lws_button_state *bcs) in lws_button_controller_destroy()
447 lws_button_get_bit(struct lws_button_state *bcs, const char *name) in lws_button_get_bit()
/third_party/libwebsockets/lib/drivers/button/
Dlws-button.c44 typedef struct lws_button_state { struct
430 struct lws_button_state *
468 lws_button_controller_destroy(struct lws_button_state *bcs) in lws_button_controller_destroy()
482 lws_button_get_bit(struct lws_button_state *bcs, const char *name) in lws_button_get_bit()
DREADME.md65 struct lws_button_state *bcs;
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Ddevices.c24 struct lws_button_state *bcs;
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
Ddevices.c24 struct lws_button_state *bcs;
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Dlws-minimal-esp32.c30 extern struct lws_button_state *bcs;
Ddevices.c24 struct lws_button_state *bcs;