ESPHome
2025.2.2
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
d
e
f
i
j
l
m
n
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
c
d
o
p
s
t
v
w
+
Enumerations
b
c
e
f
i
m
n
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Functions
_
a
l
m
o
s
t
u
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
esphome
esphome
components
debug
debug_host.cpp
Go to the documentation of this file.
1
#include "
debug_component.h
"
2
#ifdef USE_HOST
3
#include <climits>
4
5
namespace
esphome
{
6
namespace
debug {
7
8
std::string
DebugComponent::get_reset_reason_
() {
return
""
; }
9
10
uint32_t
DebugComponent::get_free_heap_
() {
return
INT_MAX; }
11
12
void
DebugComponent::get_device_info_
(std::string &device_info) {}
13
14
void
DebugComponent::update_platform_
() {}
15
16
}
// namespace debug
17
}
// namespace esphome
18
#endif
esphome::debug::DebugComponent::update_platform_
void update_platform_()
Definition:
debug_esp32.cpp:364
esphome::debug::DebugComponent::get_device_info_
void get_device_info_(std::string &device_info)
Definition:
debug_esp32.cpp:210
debug_component.h
esphome::debug::DebugComponent::get_free_heap_
uint32_t get_free_heap_()
Definition:
debug_esp32.cpp:208
esphome::debug::DebugComponent::get_reset_reason_
std::string get_reset_reason_()
Definition:
debug_esp32.cpp:45
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13