ESP-IDF
+
0
/1 examples
SourceVu will show references to
otLinkModeConfig::mRxOnWhenIdle
from the following samples and libraries:
deep_sleep sample
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
otLinkModeConfig::mRxOnWhenIdle
otLinkModeConfig::mRxOnWhenIdle field
Syntax
Show:
Summary
Declaration
from
thread.h:86
bool
mRxOnWhenIdle
:
1
;
Examples
otLinkModeConfig::mRxOnWhenIdle
is referenced by 1 libraries and example projects:
deep_sleep sample
References
from
0/1
examples
Code
Location
Scope
Referrer
bool
mRxOnWhenIdle
:
1
;
///< 1, if the sender has its receiver on when not transmitting. 0, otherwise.
thread.h:86
linkMode
.
mRxOnWhenIdle
=
childInfo
.
mRxOnWhenIdle
;
cli.cpp:1757
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
linkMode
.
mRxOnWhenIdle
=
true
;
cli.cpp:4174
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
aIndentSize
,
"RxOnWhenIdle: %d"
,
aMode
.
mRxOnWhenIdle
)
;
cli.cpp:8009
ot::Cli::Interpreter
ot::Cli::Interpreter::OutputMode()
if
(
aLinkMode
.
mRxOnWhenIdle
)
cli_utils.cpp:743
ot::Cli::Utils
ot::Cli::Utils::LinkModeToString()
aModeConfig
.
mRxOnWhenIdle
=
IsRxOnWhenIdle
(
)
;
mle_types.cpp:50
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Get() const
mMode
|=
aModeConfig
.
mRxOnWhenIdle
?
kModeRxOnWhenIdle
:
0
;
mle_types.cpp:58
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
otLinkModeConfig::mRxOnWhenIdle
is written by 2 functions and is read by 3 functions:
ot::Mle::DeviceMode::Get() const
ot::Cli::Interpreter::Process()
All items filtered out
otLinkModeConfig::mRxOnWhenIdle
ot::Mle::DeviceMode::Set()
ot::Cli::Interpreter::OutputMode()
ot::Cli::Utils::LinkModeToString()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out