Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c143 static inline void _out_fct(char character, void *buffer, size_t idx, size_t maxlen) { in _out_fct() function
898 return _vsnprintf(_out_fct, (char *) (uintptr_t) &out_fct_wrap, (size_t) -1, format, va); in vfctprintf()