ESP-IDF
ot::Mac::ShortAddress
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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::ShortAddress
ot::Mac::ShortAddress
Represents the IEEE 802.15.4 Short Address.
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:71
typedef
otShortAddress
ShortAddress
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
otShortAddress
ShortAddress
;
mac_types.hpp:71
Error
LinkRaw
::
SetShortAddress
(
ShortAddress
aShortAddress
)
link_raw.cpp:153
ot::Mac::LinkRaw::SetShortAddress()
ot::Mac::LinkRaw::SetShortAddress()::aShortAddress
ShortAddress
GetShortAddress
(
void
)
const
{
return
mSubMac
.
GetShortAddress
(
)
;
}
link_raw.hpp:174
ot::Mac::LinkRaw
ot::Mac::LinkRaw::GetShortAddress() const
Error
SetShortAddress
(
ShortAddress
aShortAddress
)
;
link_raw.hpp:184
ot::Mac::LinkRaw::SetShortAddress()
ot::Mac::LinkRaw::SetShortAddress()::aShortAddress
ShortAddress
GetShortAddress
(
void
)
const
{
return
mLinks
.
GetShortAddress
(
)
;
}
mac.hpp:245
ot::Mac::Mac
ot::Mac::Mac::GetShortAddress() const
void
SetShortAddress
(
ShortAddress
aShortAddress
)
{
mLinks
.
SetShortAddress
(
aShortAddress
)
;
}
mac.hpp:252
ot::Mac::Mac::SetShortAddress()
ot::Mac::Mac::SetShortAddress()::aShortAddress
index
+=
sizeof
(
ShortAddress
)
;
mac_frame.cpp:522
ot::Mac::Frame::FindSrcPanIdIndex() const
index
+=
sizeof
(
ShortAddress
)
;
mac_frame.cpp:611
ot::Mac::Frame::FindSrcAddrIndex() const
size
+=
sizeof
(
ShortAddress
)
;
mac_frame.cpp:995
ot::Mac::Frame::CalculateAddrFieldSize()
size
+=
sizeof
(
ShortAddress
)
;
mac_frame.cpp:1017
ot::Mac::Frame::CalculateAddrFieldSize()
ShortAddress
GetShortAddress
(
void
)
const
mac_links.hpp:309
ot::Mac::Links
ot::Mac::Links::GetShortAddress() const
void
SetShortAddress
(
ShortAddress
aShortAddress
)
mac_links.hpp:324
ot::Mac::Links::SetShortAddress()
ot::Mac::Links::SetShortAddress()::aShortAddress
ShortAddress
mShortAddress
;
mac_links.hpp:679
ot::Mac::Links
ot::Mac::Links::mShortAddress
constexpr
ShortAddress
kShortAddrBroadcast
=
0xffff
;
///< Broadcast Short Address.
mac_types.hpp:73
ot::Mac::kShortAddrBroadcast
constexpr
ShortAddress
kShortAddrInvalid
=
0xfffe
;
///< Invalid Short Address.
mac_types.hpp:74
ot::Mac::kShortAddrInvalid
ShortAddress
GetShort
(
void
)
const
{
return
mShared
.
mShortAddress
;
}
mac_types.hpp:279
ot::Mac::Address
ot::Mac::Address::GetShort() const
void
SetShort
(
ShortAddress
aShortAddress
)
mac_types.hpp:313
ot::Mac::Address::SetShort()
ot::Mac::Address::SetShort()::aShortAddress
ShortAddress
mShortAddress
;
///< The IEEE 802.15.4 Short Address.
mac_types.hpp:371
ot::Mac::Address::
::mShortAddress
AddressMatcher
(
Mac
::
ShortAddress
aShortAddress
,
StateFilter
aStateFilter
)
neighbor.hpp:126
ot::Neighbor::AddressMatcher::AddressMatcher()
ot::Neighbor::AddressMatcher::AddressMatcher()::aShortAddress
AddressMatcher
(
StateFilter
aStateFilter
,
Mac
::
ShortAddress
aShortAddress
,
const
Mac
::
ExtAddress
*
aExtAddress
)
neighbor.hpp:176
ot::Neighbor::AddressMatcher::AddressMatcher()
ot::Neighbor::AddressMatcher::AddressMatcher()::aShortAddress
Mac
::
ShortAddress
mShortAddress
;
neighbor.hpp:184
ot::Neighbor::AddressMatcher
ot::Neighbor::AddressMatcher::mShortAddress
Neighbor
*
NeighborTable
::
FindParent
(
Mac
::
ShortAddress
aShortAddress
,
Neighbor
::
StateFilter
aFilter
)
neighbor_table.cpp:63
ot::NeighborTable::FindParent()
Neighbor
*
NeighborTable
::
FindNeighbor
(
Mac
::
ShortAddress
aShortAddress
,
Neighbor
::
StateFilter
aFilter
)
neighbor_table.cpp:97
ot::NeighborTable::FindNeighbor()
Neighbor
*
FindParent
(
Mac
::
ShortAddress
aShortAddress
,
neighbor_table.hpp:95
ot::NeighborTable::FindParent()
Neighbor
*
FindNeighbor
(
Mac
::
ShortAddress
aShortAddress
,
neighbor_table.hpp:130
ot::NeighborTable::FindNeighbor()
void
Radio
::
SetShortAddress
(
Mac
::
ShortAddress
aShortAddress
)
radio.cpp:88
ot::Radio::SetShortAddress()
ot::Radio::SetShortAddress()::aShortAddress
void
SetShortAddress
(
Mac
::
ShortAddress
aShortAddress
)
;
radio.hpp:331
ot::Radio::SetShortAddress()
ot::Radio::SetShortAddress()::aShortAddress
Error
AddSrcMatchShortEntry
(
Mac
::
ShortAddress
aShortAddress
)
;
radio.hpp:627
ot::Radio::AddSrcMatchShortEntry()
ot::Radio::AddSrcMatchShortEntry()::aShortAddress
Error
ClearSrcMatchShortEntry
(
Mac
::
ShortAddress
aShortAddress
)
;
radio.hpp:647
ot::Radio::ClearSrcMatchShortEntry()
ot::Radio::ClearSrcMatchShortEntry()::aShortAddress
inline
Error
Radio
::
AddSrcMatchShortEntry
(
Mac
::
ShortAddress
aShortAddress
)
radio.hpp:967
ot::Radio::AddSrcMatchShortEntry()
ot::Radio::AddSrcMatchShortEntry()::aShortAddress
inline
Error
Radio
::
ClearSrcMatchShortEntry
(
Mac
::
ShortAddress
aShortAddress
)
radio.hpp:977
ot::Radio::ClearSrcMatchShortEntry()
ot::Radio::ClearSrcMatchShortEntry()::aShortAddress
inline
void
Radio
::
SetShortAddress
(
Mac
::
ShortAddress
)
{
}
radio.hpp:1004
ot::Radio::SetShortAddress()
inline
Error
Radio
::
AddSrcMatchShortEntry
(
Mac
::
ShortAddress
)
{
return
kErrorNone
;
}
radio.hpp:1077
ot::Radio::AddSrcMatchShortEntry()
inline
Error
Radio
::
ClearSrcMatchShortEntry
(
Mac
::
ShortAddress
)
{
return
kErrorNone
;
}
radio.hpp:1081
ot::Radio::ClearSrcMatchShortEntry()
void
SubMac
::
SetShortAddress
(
ShortAddress
aShortAddress
)
sub_mac.cpp:161
ot::Mac::SubMac::SetShortAddress()
ot::Mac::SubMac::SetShortAddress()::aShortAddress
ShortAddress
GetShortAddress
(
void
)
const
{
return
mShortAddress
;
}
sub_mac.hpp:226
ot::Mac::SubMac
ot::Mac::SubMac::GetShortAddress() const
void
SetShortAddress
(
ShortAddress
aShortAddress
)
;
sub_mac.hpp:233
ot::Mac::SubMac::SetShortAddress()
ot::Mac::SubMac::SetShortAddress()::aShortAddress
ShortAddress
mShortAddress
;
sub_mac.hpp:629
ot::Mac::SubMac
ot::Mac::SubMac::mShortAddress
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::kShortAddrBroadcast
mac_types.hpp:73
ot::Mac::kShortAddrInvalid
mac_types.hpp:74
return
ot::Mac::Address::GetShort() const
mac_types.hpp:279
ot::Mac::Address::SetShort()::aShortAddress
ot::Mac::Address::SetShort()
mac_types.hpp:313
ot::Mac::Address::
::mShortAddress
mac_types.hpp:371
return
ot::Mac::LinkRaw::GetShortAddress() const
link_raw.hpp:174
ot::Mac::LinkRaw::SetShortAddress()::aShortAddress
ot::Mac::LinkRaw::SetShortAddress()
link_raw.hpp:184
ot::Radio::SetShortAddress()::aShortAddress
ot::Radio::SetShortAddress()
radio.hpp:331
ot::Radio::AddSrcMatchShortEntry()::aShortAddress
ot::Radio::AddSrcMatchShortEntry()
radio.hpp:627
ot::Radio::ClearSrcMatchShortEntry()::aShortAddress
ot::Radio::ClearSrcMatchShortEntry()
radio.hpp:647
ot::Radio::AddSrcMatchShortEntry()::aShortAddress
ot::Radio::AddSrcMatchShortEntry()
radio.hpp:967
ot::Radio::ClearSrcMatchShortEntry()::aShortAddress
ot::Radio::ClearSrcMatchShortEntry()
radio.hpp:977
ot::Neighbor::AddressMatcher::AddressMatcher()::aShortAddress
ot::Neighbor::AddressMatcher::AddressMatcher()
neighbor.hpp:126
ot::Neighbor::AddressMatcher::AddressMatcher()::aShortAddress
ot::Neighbor::AddressMatcher::AddressMatcher()
neighbor.hpp:176
ot::Neighbor::AddressMatcher::mShortAddress
ot::Neighbor::AddressMatcher
neighbor.hpp:184
return
ot::Mac::Mac::GetShortAddress() const
mac.hpp:245
ot::Mac::Mac::SetShortAddress()::aShortAddress
ot::Mac::Mac::SetShortAddress()
mac.hpp:252
return
ot::Mac::Links::GetShortAddress() const
mac_links.hpp:309
ot::Mac::Links::SetShortAddress()::aShortAddress
ot::Mac::Links::SetShortAddress()
mac_links.hpp:324
ot::Mac::Links::mShortAddress
ot::Mac::Links
mac_links.hpp:679
return
ot::Mac::SubMac::GetShortAddress() const
sub_mac.hpp:226
ot::Mac::SubMac::SetShortAddress()::aShortAddress
ot::Mac::SubMac::SetShortAddress()
sub_mac.hpp:233
ot::Mac::SubMac::mShortAddress
ot::Mac::SubMac
sub_mac.hpp:629
ot::Mac::LinkRaw::SetShortAddress()::aShortAddress
ot::Mac::LinkRaw::SetShortAddress()
link_raw.cpp:153
ot::Mac::SubMac::SetShortAddress()::aShortAddress
ot::Mac::SubMac::SetShortAddress()
sub_mac.cpp:161
ot::Radio::SetShortAddress()::aShortAddress
ot::Radio::SetShortAddress()
radio.cpp:88
Lifecycle
from
examples
All items filtered out
All items filtered out