Home
last modified time | relevance | path

Searched refs:shell_fprintf_normal (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Dnet_shell_private.h14 shell_fprintf_normal(sh, fmt, ##__VA_ARGS__); \
23 shell_fprintf_normal(sh, fmt, ##__VA_ARGS__); \
/Zephyr-latest/drivers/can/
Dcan_shell.c98 shell_fprintf_normal(sh, "(%05d) ", frame->timestamp); in can_shell_print_frame()
101 shell_fprintf_normal(sh, "%s ", dev->name); in can_shell_print_frame()
105 shell_fprintf_normal(sh, "%c%c ", in can_shell_print_frame()
111 shell_fprintf_normal(sh, "%*s%0*x ", in can_shell_print_frame()
118 shell_fprintf_normal(sh, "%s[%0*d] ", in can_shell_print_frame()
125 shell_fprintf_normal(sh, "remote transmission request"); in can_shell_print_frame()
128 shell_fprintf_normal(sh, "%02x ", frame->data[i]); in can_shell_print_frame()
132 shell_fprintf_normal(sh, "\n"); in can_shell_print_frame()
270 shell_fprintf_normal(sh, "%s ", can_shell_mode_map[i].name); in can_shell_print_extended_modes()
277 shell_fprintf_normal(sh, "0x%08x ", (can_mode_t)BIT(bit)); in can_shell_print_extended_modes()
[all …]
/Zephyr-latest/subsys/shell/
Dshell.c1585 void shell_fprintf_normal(const struct shell *sh, const char *fmt, ...) in shell_fprintf_normal() function
1619 shell_fprintf_normal(sh, "%08X: ", offset); in shell_hexdump_line()
1623 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
1627 shell_fprintf_normal(sh, "%02x ", in shell_hexdump_line()
1630 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
1634 shell_fprintf_normal(sh, "|"); in shell_hexdump_line()
1638 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
1644 shell_fprintf_normal(sh, "%c", in shell_hexdump_line()
1647 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
/Zephyr-latest/drivers/i3c/
Di3c_shell.c1873 shell_fprintf_normal(sh, "%02x: ", i); in cmd_i3c_i2c_scan()
1876 shell_fprintf_normal(sh, " "); in cmd_i3c_i2c_scan()
1902 shell_fprintf_normal(sh, "%02x ", i + j); in cmd_i3c_i2c_scan()
1905 shell_fprintf_normal(sh, "-- "); in cmd_i3c_i2c_scan()
1914 shell_fprintf_normal(sh, "I3 "); in cmd_i3c_i2c_scan()
1916 shell_fprintf_normal(sh, "I2 "); in cmd_i3c_i2c_scan()
1918 shell_fprintf_normal(sh, "RS "); in cmd_i3c_i2c_scan()
1920 shell_fprintf_normal(sh, "-- "); in cmd_i3c_i2c_scan()
/Zephyr-latest/include/zephyr/shell/
Dshell.h1141 shell_fprintf_normal(_sh, _ft "\n", ##__VA_ARGS__)
1142 void __printf_like(2, 3) shell_fprintf_normal(const struct shell *sh, const char *fmt, ...);