Searched refs:out_func (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/shell/ |
D | shell_fprintf.c | 11 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/ |
D | log_output_syst.c | 38 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);
|
D | log_output.c | 93 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/ |
D | release-notes-1.14.rst | 1756 * :github:`12274` - Assert crash in logger's out_func
|