Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c69 int first_of_chunk = 0; in stdio_out_chars_crlf() local
74 if (i > first_of_chunk) { in stdio_out_chars_crlf()
75 driver->out_chars(&s[first_of_chunk], i - first_of_chunk); in stdio_out_chars_crlf()
78 first_of_chunk = i + 1; in stdio_out_chars_crlf()
81 if (first_of_chunk < len) { in stdio_out_chars_crlf()
82 driver->out_chars(&s[first_of_chunk], len - first_of_chunk); in stdio_out_chars_crlf()