Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_output_syst.c555 char hexdump_buf[HEXDUMP_BYTES_IN_LINE * 4 + 4]; local
557 hexdump_buf[sizeof(hexdump_buf) - 1] = '\0';
558 char *buf = &hexdump_buf[0];
595 MIPI_SYST_PRINTF(&log_syst_handle, severity, "%s", hexdump_buf);