Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/
Dzephyr_custom_shell.h15 shell_fprintf_impl(sh, color, CUSTOM_SHELL_PREFIX fmt, ##__VA_ARGS__)
/Zephyr-latest/include/zephyr/shell/
Dshell.h1071 void __printf_like(3, 4) shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color,
1074 #define shell_fprintf(sh, color, fmt, ...) shell_fprintf_impl(sh, color, fmt, ##__VA_ARGS__)
/Zephyr-latest/subsys/shell/
Dshell.c1566 void shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color, in shell_fprintf_impl() function