Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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);
/Zephyr-Core-3.6.0/drivers/console/
Dgsm_mux.c317 static void hexdump_buf(const char *header, struct net_buf *buf) in hexdump_buf() function
334 hexdump_buf("buf", buf); in gsm_dlci_process_data()
925 hexdump_buf("buf", buf); in gsm_dlci_process_command()