ESP-IDF
ot::Mac::ExtAddress::kLocalFlag
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::Mac::ExtAddress::kLocalFlag
ot::Mac::ExtAddress::kLocalFlag variable
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:210
static
constexpr
uint8_t
kLocalFlag
=
(
1
<
<
1
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kLocalFlag
=
(
1
<
<
1
)
;
mac_types.hpp:210
bool
IsLocal
(
void
)
const
{
return
(
m8
[
0
]
&
kLocalFlag
)
!=
0
;
}
mac_types.hpp:166
ot::Mac::ExtAddress
ot::Mac::ExtAddress::IsLocal() const
m8
[
0
]
|=
kLocalFlag
;
mac_types.hpp:177
ot::Mac::ExtAddress
ot::Mac::ExtAddress::SetLocal()
m8
[
0
]
&=
~
kLocalFlag
;
mac_types.hpp:181
ot::Mac::ExtAddress
ot::Mac::ExtAddress::SetLocal()
void
ToggleLocal
(
void
)
{
m8
[
0
]
^=
kLocalFlag
;
}
mac_types.hpp:188
ot::Mac::ExtAddress
ot::Mac::ExtAddress::ToggleLocal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::ExtAddress::kLocalFlag
is read by 3 functions:
All items filtered out
ot::Mac::ExtAddress::kLocalFlag
ot::Mac::ExtAddress::IsLocal() const
ot::Mac::ExtAddress::SetLocal()
ot::Mac::ExtAddress::ToggleLocal()
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