libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-i2c.h>
Data Fields | |
int(* | init )(const struct lws_i2c_ops *ctx) |
int(* | start )(const struct lws_i2c_ops *ctx) |
void(* | stop )(const struct lws_i2c_ops *ctx) |
int(* | write )(const struct lws_i2c_ops *ctx, uint8_t data) |
int(* | read )(const struct lws_i2c_ops *ctx) |
void(* | set_ack )(const struct lws_i2c_ops *octx, int ack) |
int(* lws_i2c_ops::init) (const struct lws_i2c_ops *ctx) |
int(* lws_i2c_ops::start) (const struct lws_i2c_ops *ctx) |
void(* lws_i2c_ops::stop) (const struct lws_i2c_ops *ctx) |
int(* lws_i2c_ops::write) (const struct lws_i2c_ops *ctx, uint8_t data) |
int(* lws_i2c_ops::read) (const struct lws_i2c_ops *ctx) |
void(* lws_i2c_ops::set_ack) (const struct lws_i2c_ops *octx, int ack) |