#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | USE_DYNAMIC_MEMORY 0 |
Functions | |
void | display_buffer (uint8_t *ptr, uint32_t size) |
#define USE_DYNAMIC_MEMORY 0 |
void display_buffer | ( | uint8_t * | ptr, | |
uint32_t | size | |||
) |
debug utility function. Dumps a buffer in hex and ascii.
[in] | ptr | - pointer to buffer to print |
[in] | size | - number of bytes to print |
Definition at line 375 of file main.c.
References uart_putc(), and uart_puts().
Referenced by main().