Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c1659 size_t line_len; in shell_hexdump() local
1662 line_len = MIN(len, SHELL_HEXDUMP_BYTES_IN_LINE); in shell_hexdump()
1664 shell_hexdump_line(sh, p - data, p, line_len); in shell_hexdump()
1666 len -= line_len; in shell_hexdump()
1667 p += line_len; in shell_hexdump()