Home
last modified time | relevance | path

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

/Zephyr-latest/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
Dshell.h1074 #define shell_fprintf(sh, color, fmt, ...) shell_fprintf_impl(sh, color, fmt, ##__VA_ARGS__) macro
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/
Dzephyr_custom_shell.h14 #define shell_fprintf(sh, color, fmt, ...) \ macro