ESP-IDF
ot::Mac::ExtAddress::ToggleLocal()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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::ToggleLocal()
ot::Mac::ExtAddress::ToggleLocal() method
Toggles the Local bit.
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:188
void
ToggleLocal
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
ToggleLocal
(
void
)
{
m8
[
0
]
^=
kLocalFlag
;
}
mac_types.hpp:188
addr
.
ToggleLocal
(
)
;
ip6_address.cpp:255
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::SetFromExtAddress()
aExtAddress
.
ToggleLocal
(
)
;
ip6_address.cpp:262
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::ConvertToExtAddress() const
aMacAddress
.
GetExtended
(
)
.
ToggleLocal
(
)
;
ip6_address.cpp:268
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::ConvertToMacAddress() const
Call Tree
from
examples
ot::Mac::ExtAddress::ToggleLocal()
is called by 3 functions:
ot::Ip6::InterfaceIdentifier::SetFromExtAddress()
ot::Ip6::InterfaceIdentifier::ConvertToExtAddress() const
ot::Ip6::InterfaceIdentifier::ConvertToMacAddress() const
All items filtered out
ot::Mac::ExtAddress::ToggleLocal()
All items filtered out
Data Use
from
examples
ot::Mac::ExtAddress::ToggleLocal()
reads 2 variables:
otExtAddress::m8
ot::Mac::ExtAddress::kLocalFlag
All items filtered out
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