#include <sys/device.h>
Go to the source code of this file.
Functions | |
int | NutKPrintBinary (CONST char *data, int len) |
Write a buffer to the debug output. | |
int | NutKPrintString (CONST char *str) |
Print a string on the debug output. | |
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. |