Home
last modified time | relevance | path

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

/Zephyr-4.3.0/drivers/sensor/
Dshell_battery.c97 shell_fprintf_normal(sh, "I: %lld mA", in cmd_battery()
100 shell_fprintf_normal(sh, " (CHG)"); in cmd_battery()
102 shell_fprintf_normal(sh, " (DISCHG)"); in cmd_battery()
104 shell_fprintf_normal(sh, "\n"); in cmd_battery()
/Zephyr-4.3.0/subsys/net/lib/shell/
Dnet_shell_private.h14 shell_fprintf_normal(sh, fmt, ##__VA_ARGS__); \
23 shell_fprintf_normal(sh, fmt, ##__VA_ARGS__); \
/Zephyr-4.3.0/drivers/can/
Dcan_shell.c100 shell_fprintf_normal(sh, "(%05d) ", frame->timestamp); in can_shell_print_frame()
103 shell_fprintf_normal(sh, "%s ", dev->name); in can_shell_print_frame()
107 shell_fprintf_normal(sh, "%c%c ", in can_shell_print_frame()
113 shell_fprintf_normal(sh, "%*s%0*x ", in can_shell_print_frame()
120 shell_fprintf_normal(sh, "%s[%0*d] ", in can_shell_print_frame()
127 shell_fprintf_normal(sh, "remote transmission request"); in can_shell_print_frame()
130 shell_fprintf_normal(sh, "%02x ", frame->data[i]); in can_shell_print_frame()
134 shell_fprintf_normal(sh, "\n"); in can_shell_print_frame()
272 shell_fprintf_normal(sh, "%s ", can_shell_mode_map[i].name); in can_shell_print_extended_modes()
279 shell_fprintf_normal(sh, "0x%08x ", (can_mode_t)BIT(bit)); in can_shell_print_extended_modes()
[all …]
/Zephyr-4.3.0/drivers/i2c/
Di2c_shell.c65 shell_fprintf_normal(sh, "%02x: ", i); in cmd_i2c_scan()
68 shell_fprintf_normal(sh, " "); in cmd_i2c_scan()
80 shell_fprintf_normal(sh, "%02x ", i + j); in cmd_i2c_scan()
83 shell_fprintf_normal(sh, "-- "); in cmd_i2c_scan()
/Zephyr-4.3.0/drivers/serial/
Duart_shell.c68 shell_fprintf_normal(sh, "%c", chr); in cmd_uart_read()
76 shell_fprintf_normal(sh, "\n"); in cmd_uart_read()
/Zephyr-4.3.0/subsys/shell/
Dshell.c1591 void shell_fprintf_normal(const struct shell *sh, const char *fmt, ...) in shell_fprintf_normal() function
1625 shell_fprintf_normal(sh, "%08X: ", offset); in shell_hexdump_line()
1629 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
1633 shell_fprintf_normal(sh, "%02x ", in shell_hexdump_line()
1636 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
1640 shell_fprintf_normal(sh, "|"); in shell_hexdump_line()
1644 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
1650 shell_fprintf_normal(sh, "%c", in shell_hexdump_line()
1653 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
/Zephyr-4.3.0/drivers/i3c/
Di3c_shell.c1887 shell_fprintf_normal(sh, "%02x: ", i); in cmd_i3c_i2c_scan()
1890 shell_fprintf_normal(sh, " "); in cmd_i3c_i2c_scan()
1916 shell_fprintf_normal(sh, "%02x ", i + j); in cmd_i3c_i2c_scan()
1919 shell_fprintf_normal(sh, "-- "); in cmd_i3c_i2c_scan()
1928 shell_fprintf_normal(sh, "I3 "); in cmd_i3c_i2c_scan()
1930 shell_fprintf_normal(sh, "I2 "); in cmd_i3c_i2c_scan()
1932 shell_fprintf_normal(sh, "RS "); in cmd_i3c_i2c_scan()
1934 shell_fprintf_normal(sh, "-- "); in cmd_i3c_i2c_scan()
/Zephyr-4.3.0/include/zephyr/shell/
Dshell.h1271 shell_fprintf_normal(_sh, _ft "\n", ##__VA_ARGS__)
1272 void __printf_like(2, 3) shell_fprintf_normal(const struct shell *sh, const char *fmt, ...);