ESP-IDF
ot::Mac::ExtAddress::CopyByteOrder
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::ExtAddress::CopyByteOrder
ot::Mac::ExtAddress::CopyByteOrder enum
Type specifies the copy byte order when Extended Address is being copied to/from a buffer.
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:100
enum
CopyByteOrder
:
uint8_t
{
kNormalByteOrder
,
kReverseByteOrder
,
}
;
Values
Value
Declared as
ot::Mac::ExtAddress::CopyByteOrder::kNormalByteOrder
ot::Mac::ExtAddress::CopyByteOrder::kReverseByteOrder
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
CopyByteOrder
:
uint8_t
mac_types.hpp:100
void
ExtAddress
::
CopyAddress
(
uint8_t
*
aDst
,
const
uint8_t
*
aSrc
,
CopyByteOrder
aByteOrder
)
mac_types.cpp:75
ot::Mac::ExtAddress::CopyAddress()
ot::Mac::ExtAddress::CopyAddress()::aByteOrder
void
Set
(
const
uint8_t
*
aBuffer
,
CopyByteOrder
aByteOrder
=
kNormalByteOrder
)
mac_types.hpp:125
ot::Mac::ExtAddress::Set()
ot::Mac::ExtAddress::Set()::aByteOrder
void
CopyTo
(
uint8_t
*
aBuffer
,
CopyByteOrder
aByteOrder
=
kNormalByteOrder
)
const
mac_types.hpp:196
ot::Mac::ExtAddress::CopyTo() const
ot::Mac::ExtAddress::CopyTo() const::aByteOrder
static
void
CopyAddress
(
uint8_t
*
aDst
,
const
uint8_t
*
aSrc
,
CopyByteOrder
aByteOrder
)
;
mac_types.hpp:212
ot::Mac::ExtAddress::CopyAddress()
ot::Mac::ExtAddress::CopyAddress()::aByteOrder
void
SetExtended
(
const
uint8_t
*
aBuffer
,
ExtAddress
::
CopyByteOrder
aByteOrder
=
ExtAddress
::
kNormalByteOrder
)
mac_types.hpp:341
ot::Mac::Address::SetExtended()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ot::Mac::ExtAddress::Set()::aByteOrder
ot::Mac::ExtAddress::Set()
mac_types.hpp:125
ot::Mac::ExtAddress::CopyTo() const::aByteOrder
ot::Mac::ExtAddress::CopyTo() const
mac_types.hpp:196
ot::Mac::ExtAddress::CopyAddress()::aByteOrder
ot::Mac::ExtAddress::CopyAddress()
mac_types.hpp:212
ot::Mac::ExtAddress::CopyAddress()::aByteOrder
ot::Mac::ExtAddress::CopyAddress()
mac_types.cpp:75
Lifecycle
from
examples
All items filtered out
All items filtered out