Implementation of some tools for ESP SoCs. More...
Implementation of some tools for ESP SoCs.
Definition in file tools.h.
Go to the source code of this file.
Functions | |
void | esp_hexdump (const void *addr, uint32_t num, char width, uint8_t per_line) |
Hexdump of memory. More... | |
void esp_hexdump | ( | const void * | addr, |
uint32_t | num, | ||
char | width, | ||
uint8_t | per_line | ||
) |
Hexdump of memory.
[in] | addr | start address in memory |
[in] | num | number of items to dump |
[in] | width | format of the items |
[in] | per_line | number of items per line |