Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
tools.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2019 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
21
#ifndef TOOLS_H
22
#define TOOLS_H
23
24
#include <stdint.h>
25
#include <
inttypes.h
>
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
38
void
esp_hexdump
(
const
void
* addr, uint32_t num,
char
width, uint8_t per_line);
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
/* TOOLS_H */
esp_hexdump
void esp_hexdump(const void *addr, uint32_t num, char width, uint8_t per_line)
Hexdump of memory.
inttypes.h
Adds include for missing inttype definitions.
Generated on Tue Nov 24 2020 19:46:50 by
1.8.17