Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c100 …void (*out_func)(stdio_driver_t *, const char *, int) = cr_translation ? stdio_out_chars_crlf : st… in stdio_put_string() local
104 out_func(driver, s, len); in stdio_put_string()
107 out_func(driver, &c, 1); in stdio_put_string()