Home
last modified time | relevance | path

Searched defs:shell_fprintf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/shell/
Dshell_fprintf.h29 struct shell_fprintf { struct
32 shell_fprintf_fwrite fwrite; argument
34 struct shell_fprintf_control_block *ctrl_blk; argument
38 * @brief Macro for defining shell_fprintf instance. argument
/Zephyr-Core-3.5.0/subsys/shell/
Dshell.c1524 void shell_fprintf(const struct shell *sh, enum shell_vt100_color color, in shell_fprintf() function