UTIL_DbguDumpMemory
Default mainpageat91libutilityUTIL_DbguDumpMemory
Description Source Call Graph
UTIL_DbguDumpMemory
Displays the content of the given buffer on the DBGU.
 
Syntax / parameters
void UTIL_DbguDumpMemory (unsigned char *pBuffer, unsigned int size)

Name Type Default Description
pBuffer unsigned char *
  Pointer to the buffer to dump.
size unsigned int
  Buffer size in bytes.
Description
Displays the content of the given buffer on the DBGU.

 
Source
The documentation for this Member was generated from the following files:
  • util.c