Go to the source code of this file.
◆ lws_bb_i2c_ops
Value: { \
}
int lws_bb_i2c_init(const lws_i2c_ops_t *octx)
int lws_bb_i2c_write(const lws_i2c_ops_t *octx, uint8_t data)
void lws_bb_i2c_stop(const lws_i2c_ops_t *octx)
void lws_bb_i2c_set_ack(const lws_i2c_ops_t *octx, int ack)
int lws_bb_i2c_start(const lws_i2c_ops_t *octx)
int lws_bb_i2c_read(const lws_i2c_ops_t *octx)
Definition at line 40 of file lws-bb-i2c.h.
◆ lws_bb_i2c_t
◆ lws_bb_i2c_init()
◆ lws_bb_i2c_start()
◆ lws_bb_i2c_stop()
◆ lws_bb_i2c_write()
int lws_bb_i2c_write |
( |
const lws_i2c_ops_t * |
octx, |
|
|
uint8_t |
data |
|
) |
| |
◆ lws_bb_i2c_read()
◆ lws_bb_i2c_set_ack()