Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-i2c.h34 typedef struct lws_i2c_ops { struct
35 int (*init)(const struct lws_i2c_ops *ctx); argument
36 int (*start)(const struct lws_i2c_ops *ctx); argument
37 void (*stop)(const struct lws_i2c_ops *ctx); argument
38 int (*write)(const struct lws_i2c_ops *ctx, uint8_t data); argument
39 int (*read)(const struct lws_i2c_ops *ctx); argument
40 void (*set_ack)(const struct lws_i2c_ops *octx, int ack); argument
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Di2c.h20 typedef struct lws_i2c_ops { struct
21 int (*start)(struct lws_i2c_ops *ctx); argument
22 void (*stop)(struct lws_i2c_ops *ctx); argument
23 int (*write)(struct lws_i2c_ops *ctx, uint8_t data); argument
24 int (*read)(struct lws_i2c_ops *ctx); argument
25 void (*set_ack)(struct lws_i2c_ops *octx, int ack); argument