Home
last modified time | relevance | path

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

/components/drivers/ipc/
A Dpipe.c546 rt_size_t write_bytes = 0; in rt_pipe_write() local
562 while (write_bytes < count) in rt_pipe_write()
564 int len = rt_ringbuffer_put(pipe->fifo, &pbuf[write_bytes], count - write_bytes); in rt_pipe_write()
570 write_bytes += len; in rt_pipe_write()
574 return write_bytes; in rt_pipe_write()

Completed in 4 milliseconds