ESP-IDF
ot::Spinel::SpinelDriver::mWaitingKey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Spinel::SpinelDriver::mWaitingKey
ot::Spinel::SpinelDriver::mWaitingKey field
Syntax
Show:
Summary
Declaration
from
spinel_driver.hpp:300
spinel_prop_key_t
mWaitingKey
;
Examples
References
from
examples
Code
Location
Scope
Referrer
spinel_prop_key_t
mWaitingKey
;
///< The property key of current transaction.
spinel_driver.hpp:300
,
mWaitingKey
(
SPINEL_PROP_LAST_STATUS
)
spinel_driver.cpp:48
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::SpinelDriver()
mWaitingKey
=
SPINEL_PROP_LAST_STATUS
;
spinel_driver.cpp:129
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::ResetCoprocessor()
LogDebg
(
"Waiting response: key=%lu"
,
Lib
::
Utils
::
ToUlong
(
mWaitingKey
)
)
;
spinel_driver.cpp:250
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::WaitResponse()
mWaitingKey
=
SPINEL_PROP_LAST_STATUS
;
spinel_driver.cpp:263
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::WaitResponse()
EXPECT
(
mWaitingKey
==
key
,
error
=
OT_ERROR_DROP
)
;
spinel_driver.cpp:365
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::HandleInitialFrame()
mWaitingKey
=
SPINEL_PROP_PROTOCOL_VERSION
;
spinel_driver.cpp:418
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::CheckSpinelVersion()
mWaitingKey
=
SPINEL_PROP_NCP_VERSION
;
spinel_driver.cpp:440
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::GetCoprocessorVersion()
mWaitingKey
=
SPINEL_PROP_CAPS
;
spinel_driver.cpp:453
ot::Spinel::SpinelDriver
ot::Spinel::SpinelDriver::GetCoprocessorCaps()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Spinel::SpinelDriver::mWaitingKey
is written by 5 functions and is read by 2 functions:
ot::Spinel::SpinelDriver::ResetCoprocessor()
ot::Spinel::SpinelDriver::WaitResponse()
ot::Spinel::SpinelDriver::CheckSpinelVersion()
ot::Spinel::SpinelDriver::GetCoprocessorVersion()
ot::Spinel::SpinelDriver::GetCoprocessorCaps()
All items filtered out
ot::Spinel::SpinelDriver::mWaitingKey
ot::Spinel::SpinelDriver::WaitResponse()
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