Home
last modified time | relevance | path

Searched refs:lws_i2c_command (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Di2c.c4 lws_i2c_command(lws_i2c_ops_t *ctx, uint8_t ads, uint8_t c) in lws_i2c_command() function
26 if (lws_i2c_command(ctx, ads, *buf++)) in lws_i2c_command_list()
H A Di2c.h29 lws_i2c_command(lws_i2c_ops_t *ctx, uint8_t ads, uint8_t c);
/aosp_15_r20/external/libwebsockets/lib/drivers/i2c/
H A Dlws-i2c.c32 lws_i2c_command(const lws_i2c_ops_t *ctx, uint8_t ads7, uint8_t c) in lws_i2c_command() function
55 if (lws_i2c_command(ctx, ads7, *buf++)) in lws_i2c_command_list()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-i2c.h48 lws_i2c_command(const lws_i2c_ops_t *ctx, uint8_t ads7, uint8_t c);
/aosp_15_r20/external/libwebsockets/lib/drivers/display/
H A Dssd1306-i2c.c138 return lws_i2c_command(si->i2c, si->i2c7_address, in lws_display_ssd1306_i2c_power()