RTEMS 6.1-rc6
|
Dump Buffer. More...
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <rtems/dumpbuf.h>
#include <rtems/bspIo.h>
Functions | |
void | rtems_print_buffer (const unsigned char *buffer, const int length) |
Print length bytes from buffer , both in hex and ASCII. Printing will be done in rows, each showing BYTES_PER_ROW bytes. | |
Dump Buffer.