Implementation of some tools for ESP SoCs. More...
Implementation of some tools for ESP SoCs.
Definition in file tools.h.
 Include dependency graph for tools.h:
 Include dependency graph for 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. | |
| 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 |