Searched refs:shell_fprintf_impl (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/ |
D | zephyr_custom_shell.h | 15 shell_fprintf_impl(sh, color, CUSTOM_SHELL_PREFIX fmt, ##__VA_ARGS__)
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 1071 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/ |
D | shell.c | 1566 void shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color, in shell_fprintf_impl() function
|