ESP-IDF
SPINEL_STATUS_RESET__BEGIN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPINEL_STATUS_RESET__BEGIN
SPINEL_STATUS_RESET__BEGIN value
Syntax
Show:
Summary
Declaration
from
spinel.h:564
SPINEL_STATUS_RESET__BEGIN
=
112
;
Examples
References
from
examples
Code
Location
Scope
Referrer
SPINEL_STATUS_RESET__BEGIN
=
112
,
spinel.h:564
if
(
status
>=
SPINEL_STATUS_RESET__BEGIN
&&
status
<=
SPINEL_STATUS_RESET__END
)
radio_spinel.cpp:515
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::HandleValueIs()
SPINEL_STATUS_RESET_POWER_ON
=
SPINEL_STATUS_RESET__BEGIN
+
0
,
spinel.h:565
SPINEL_STATUS_RESET_EXTERNAL
=
SPINEL_STATUS_RESET__BEGIN
+
1
,
spinel.h:566
SPINEL_STATUS_RESET_SOFTWARE
=
SPINEL_STATUS_RESET__BEGIN
+
2
,
spinel.h:567
SPINEL_STATUS_RESET_FAULT
=
SPINEL_STATUS_RESET__BEGIN
+
3
,
spinel.h:568
SPINEL_STATUS_RESET_CRASH
=
SPINEL_STATUS_RESET__BEGIN
+
4
,
spinel.h:569
SPINEL_STATUS_RESET_ASSERT
=
SPINEL_STATUS_RESET__BEGIN
+
5
,
spinel.h:570
SPINEL_STATUS_RESET_OTHER
=
SPINEL_STATUS_RESET__BEGIN
+
6
,
spinel.h:571
SPINEL_STATUS_RESET_UNKNOWN
=
SPINEL_STATUS_RESET__BEGIN
+
7
,
spinel.h:572
SPINEL_STATUS_RESET_WATCHDOG
=
SPINEL_STATUS_RESET__BEGIN
+
8
,
spinel.h:573
if
(
status
>=
SPINEL_STATUS_RESET__BEGIN
&&
status
<=
SPINEL_STATUS_RESET__END
)
spinel_driver.cpp:348
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::HandleInitialFrame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SPINEL_STATUS_RESET__BEGIN
is read by 2 functions:
All items filtered out
SPINEL_STATUS_RESET__BEGIN
ot::Spinel::RadioSpinel::HandleValueIs()
ot::Spinel::SpinelDriver::HandleInitialFrame()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out