ESP-IDF
otMleCounters::mDisabledRole
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
otMleCounters::mDisabledRole
otMleCounters::mDisabledRole field
Syntax
Show:
Summary
Declaration
from
thread.h:171
uint16_t
mDisabledRole
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mDisabledRole
;
///< Number of times device entered OT_DEVICE_ROLE_DISABLED role.
thread.h:171
{
&
otMleCounters
::
mDisabledRole
,
"Role Disabled"
}
,
cli.cpp:2329
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mCounters
.
mDisabledRole
++
;
mle.cpp:295
ot::Mle::Mle
ot::Mle::Mle::SetRole()
mDisabledRole
=
BigEndian
::
HostSwap16
(
aMleCounters
.
mDisabledRole
)
;
network_diagnostic_tlvs.cpp:111
ot::NetworkDiagnostic::MleCountersTlv
ot::NetworkDiagnostic::MleCountersTlv::Init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMleCounters::mDisabledRole
is written by 1 function and is read by 2 functions:
ot::Mle::Mle::SetRole()
All items filtered out
otMleCounters::mDisabledRole
ot::Mle::Mle::SetRole()
ot::NetworkDiagnostic::MleCountersTlv::Init()
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