Home
last modified time | relevance | path

Searched refs:send_bytes (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_ene_kb1200.c40 uint32_t send_bytes = in i2c_kb1200_isr() local
43 (void *)&data->msg_buf[data->index], send_bytes); in i2c_kb1200_isr()
44 data->index += send_bytes; in i2c_kb1200_isr()
46 config->fsmbm->FSMBMPRTC_C += send_bytes; in i2c_kb1200_isr()
115 uint8_t send_bytes; in i2c_kb1200_poll_write() local
131 send_bytes = (msg.len > FSMBM_BUFFER_SIZE) ? FSMBM_BUFFER_SIZE : msg.len; in i2c_kb1200_poll_write()
133 send_bytes); in i2c_kb1200_poll_write()
134 data->index += send_bytes; in i2c_kb1200_poll_write()
144 config->fsmbm->FSMBMPRTC_C = send_bytes; in i2c_kb1200_poll_write()
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c421 int send_bytes = zsock_send(c_sock, buffer, chunk_size, 0); in test_send_recv_large_common() local
423 zassert(send_bytes > 0, "send_bytes bigger then 0", in test_send_recv_large_common()
425 chunk_size, total_send, send_bytes, iteration, errno); in test_send_recv_large_common()
426 total_send += send_bytes; in test_send_recv_large_common()