All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
tools.h File Reference

Implementation of some tools for ESP SoCs. More...

Detailed Description

Implementation of some tools for ESP SoCs.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Definition in file tools.h.

#include <stdint.h>
#include <inttypes.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.
 

Function Documentation

◆ esp_hexdump()

void esp_hexdump ( const void * addr,
uint32_t num,
char width,
uint8_t per_line )

Hexdump of memory.

Parameters
[in]addrstart address in memory
[in]numnumber of items to dump
[in]widthformat of the items
[in]per_linenumber of items per line