Function mem_dump16

Function Documentation

status_t mem_dump16(const void *buf, size_t n_bytes)

Dump 2 byte words in memory to stdout in hexadecimal.

Parameters:
  • buf – Address for start of dump. If this is not 16-bit aligned, ERROR is returned.

  • n_bytes – How large of a dump to take, in bytes

Returns:

status_t