Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
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
19
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
inttypes.h
Adds include for missing inttype definitions.
esp_hexdump
void esp_hexdump(const void *addr, uint32_t num, char width, uint8_t per_line)
Hexdump of memory.
Generated on Mon Sep 15 2025 13:46:10 by
1.13.2