Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_fprintf.c11 static int out_func(int c, void *ctx) in out_func() function
20 (void)out_func('\r', ctx); in out_func()
36 (void)cbvprintf(out_func, (void *)sh_fprintf, fmt, args); in z_shell_fprintf_fmt()
/Zephyr-latest/subsys/logging/
Dlog_output_syst.c38 static int out_func(int c, void *ctx) in out_func() function
62 out_func(p->current, systh->systh_platform.log_output); in stp_write_putNibble()
261 out_func(c, systh->systh_platform.log_output);
263 out_func(valToHex[c >> 0x4], systh->systh_platform.log_output);
264 out_func(valToHex[c & 0xF], systh->systh_platform.log_output);
336 out_func(pattern[i], systh->systh_platform.log_output);
393 out_func('\n', systh->systh_platform.log_output);
395 out_func('\r', systh->systh_platform.log_output);
396 out_func('\n', systh->systh_platform.log_output);
Dlog_output.c93 static int out_func(int c, void *ctx) in out_func() function
122 out_func((int)'\r', ctx); in cr_out_func()
124 out_func(c, ctx); in cr_out_func()
136 length = cbvprintf(out_func, (void *)output, fmt, args); in print_formatted()
658 cb = out_func; in log_output_process()
665 cb = ((uintptr_t)source == 1) ? out_func : cr_out_func; in log_output_process()
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst1756 * :github:`12274` - Assert crash in logger's out_func