Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/coredump/
Dcoredump_backend_flash_partition.c644 static off_t print_buf_ptr; variable
759 print_buf_ptr = 0; in flush_print_buf()
792 if (hex2char(buf[i] >> 4, &print_buf[print_buf_ptr]) < 0) { in cb_print_stored_dump()
796 print_buf_ptr++; in cb_print_stored_dump()
798 if (hex2char(buf[i] & 0xf, &print_buf[print_buf_ptr]) < 0) { in cb_print_stored_dump()
802 print_buf_ptr++; in cb_print_stored_dump()
807 if (print_buf_ptr == PRINT_BUF_SZ) { in cb_print_stored_dump()
847 print_buf_ptr = 0; in cmd_coredump_print_stored_dump()
853 if (print_buf_ptr != 0) { in cmd_coredump_print_stored_dump()