tools.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #include <stdint.h>
21 #include <inttypes.h>
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
34 void esp_hexdump (const void* addr, uint32_t num, char width, uint8_t per_line);
35 
36 #ifdef __cplusplus
37 }
38 #endif
Adds include for missing inttype definitions.
void esp_hexdump(const void *addr, uint32_t num, char width, uint8_t per_line)
Hexdump of memory.