Function mem_dump32

Function Documentation

status_t mem_dump32(const void *buf, size_t n_bytes)

Dump 4 byte words in memory to stdout in hexadecimal.

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

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

Returns:

status_t