ESP-IDF
otChildInfo::mIsCslSynced
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otChildInfo::mIsCslSynced
otChildInfo::mIsCslSynced field
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:76
bool
mIsCslSynced
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mIsCslSynced
:
1
;
///< Is child CSL synchronized
thread_ftd.h:76
mIsCslSynced
=
aChild
.
IsCslSynchronized
(
)
;
child.cpp:67
ot::Child::Info
ot::Child::Info::SetFrom()
OutputFormat
(
"| %1d "
,
childInfo
.
mIsCslSynced
)
;
cli.cpp:1702
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
OutputLine
(
"CSL Synchronized: %d "
,
childInfo
.
mIsCslSynced
)
;
cli.cpp:1761
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otChildInfo::mIsCslSynced
is written by 1 function and is read by 1 function:
ot::Child::Info::SetFrom()
All items filtered out
otChildInfo::mIsCslSynced
ot::Cli::Interpreter::Process()
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