Functions | |
int | NutKPrintBinary (CONST char *data, int len) |
Write a buffer to the debug output. | |
int | NutKPrintBinary_P (PGM_P data, int len) |
int | NutKPrintString (CONST char *str) |
Print a string on the debug output. | |
int | NutKPrintString_P (PGM_P str) |
int | NutKPrintInteger (u_long val, u_char radix, u_char width, u_char flags) |
Print a numeric value on the debug output. | |
int | NutKPrintFormat (CONST char *fmt,...) |
Print parameters using a format string. |