Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds