Searched refs:print_buf (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/debug/coredump/ |
D | coredump_backend_flash_partition.c | 643 static char print_buf[PRINT_BUF_SZ_RAW]; variable 758 shell_print(sh, "%s%s", COREDUMP_PREFIX_STR, print_buf); in flush_print_buf() 760 (void)memset(print_buf, 0, sizeof(print_buf)); in flush_print_buf() 792 if (hex2char(buf[i] >> 4, &print_buf[print_buf_ptr]) < 0) { in cb_print_stored_dump() 798 if (hex2char(buf[i] & 0xf, &print_buf[print_buf_ptr]) < 0) { in cb_print_stored_dump() 848 (void)memset(print_buf, 0, sizeof(print_buf)); in cmd_coredump_print_stored_dump() 854 shell_print(sh, "%s%s", COREDUMP_PREFIX_STR, print_buf); in cmd_coredump_print_stored_dump()
|
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/ |
D | main.c | 194 void print_buf(uint8_t *buffer) in print_buf() function 245 print_buf(entropy_buffer); in main()
|