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 D | i2c.c | 4 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 D | i2c.h | 29 lws_i2c_command(lws_i2c_ops_t *ctx, uint8_t ads, uint8_t c);
|
/aosp_15_r20/external/libwebsockets/lib/drivers/i2c/ |
H A D | lws-i2c.c | 32 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 D | lws-i2c.h | 48 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 D | ssd1306-i2c.c | 138 return lws_i2c_command(si->i2c, si->i2c7_address, in lws_display_ssd1306_i2c_power()
|