ESP-IDF
ot::Mle::DeviceMode::mMode
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
ot::Mle::DeviceMode::mMode
ot::Mle::DeviceMode::mMode field
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:296
uint8_t
mMode
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mMode
;
mle_types.hpp:296
mMode
=
kModeReserved
;
mle_types.cpp:57
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
mMode
|=
aModeConfig
.
mRxOnWhenIdle
?
kModeRxOnWhenIdle
:
0
;
mle_types.cpp:58
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
mMode
|=
aModeConfig
.
mDeviceType
?
kModeFullThreadDevice
:
0
;
mle_types.cpp:59
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
mMode
|=
aModeConfig
.
mNetworkData
?
kModeFullNetworkData
:
0
;
mle_types.cpp:60
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
uint8_t
Get
(
void
)
const
{
return
mMode
;
}
mle_types.hpp:217
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Get() const
void
Set
(
uint8_t
aMode
)
{
mMode
=
aMode
|
kModeReserved
;
}
mle_types.hpp:224
ot::Mle::DeviceMode
ot::Mle::DeviceMode::Set()
bool
IsRxOnWhenIdle
(
void
)
const
{
return
(
mMode
&
kModeRxOnWhenIdle
)
!=
0
;
}
mle_types.hpp:246
ot::Mle::DeviceMode
ot::Mle::DeviceMode::IsRxOnWhenIdle() const
bool
IsFullThreadDevice
(
void
)
const
{
return
(
mMode
&
kModeFullThreadDevice
)
!=
0
;
}
mle_types.hpp:254
ot::Mle::DeviceMode
ot::Mle::DeviceMode::IsFullThreadDevice() const
return
(
mMode
&
kModeFullNetworkData
)
?
NetworkData
::
kFullSet
:
NetworkData
::
kStableSubset
;
mle_types.hpp:263
ot::Mle::DeviceMode
ot::Mle::DeviceMode::GetNetworkDataType() const
return
(
mMode
&
(
kModeFullThreadDevice
|
kModeRxOnWhenIdle
)
)
!=
(
kModeFullThreadDevice
|
kModeRxOnWhenIdle
)
;
mle_types.hpp:274
ot::Mle::DeviceMode
ot::Mle::DeviceMode::IsMinimalEndDevice() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::DeviceMode::mMode
is written by 1 function and is read by 6 functions:
ot::Mle::DeviceMode::Set()
All items filtered out
ot::Mle::DeviceMode::mMode
ot::Mle::DeviceMode::Get() const
ot::Mle::DeviceMode::IsRxOnWhenIdle() const
ot::Mle::DeviceMode::IsFullThreadDevice() const
ot::Mle::DeviceMode::GetNetworkDataType() const
ot::Mle::DeviceMode::IsMinimalEndDevice() const
ot::Mle::DeviceMode::Set()
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