ESP-IDF
ot::LittleEndian::HostSwap16()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::LittleEndian::HostSwap16()
ot::LittleEndian::HostSwap16() function
Syntax
Show:
Summary
Declaration
from
encoding.hpp:268
inline
constexpr
uint16_t
HostSwap16
(
uint16_t
v
)
;
Arguments
Argument
v
Examples
References
from
examples
Code
Location
Scope
Referrer
inline
constexpr
uint16_t
HostSwap16
(
uint16_t
v
)
{
return
v
;
}
encoding.hpp:268
template
<
>
inline
uint16_t
HostSwap
(
uint16_t
aValue
)
{
return
HostSwap16
(
aValue
)
;
}
encoding.hpp:286
ot::LittleEndian::HostSwap()
return
Append
<
uint16_t
>
(
LittleEndian
::
HostSwap16
(
aUint16
)
)
;
frame_builder.cpp:63
ot::FrameBuilder
ot::FrameBuilder::AppendLittleEndianUint16()
aUint16
=
LittleEndian
::
HostSwap16
(
aUint16
)
;
frame_data.cpp:70
ot::FrameData
ot::FrameData::ReadLittleEndianUint16()
mSuperframeSpec
=
LittleEndian
::
HostSwap16
(
kSuperFrameSpec
)
;
mac_frame.hpp:1355
ot::Mac::Beacon
ot::Mac::Beacon::Init()
return
(
mSuperframeSpec
==
LittleEndian
::
HostSwap16
(
kSuperFrameSpec
)
)
&&
(
mGtsSpec
==
0
)
&&
mac_frame.hpp:1368
ot::Mac::Beacon
ot::Mac::Beacon::IsValid() const
uint16_t
GetId
(
void
)
const
{
return
(
LittleEndian
::
HostSwap16
(
mFields
.
m16
)
&
kIdMask
)
>
>
kIdOffset
;
}
mac_header_ie.hpp:78
ot::Mac::HeaderIe
ot::Mac::HeaderIe::GetId() const
mFields
.
m16
=
LittleEndian
::
HostSwap16
(
(
LittleEndian
::
HostSwap16
(
mFields
.
m16
)
&
~
kIdMask
)
|
mac_header_ie.hpp:87
ot::Mac::HeaderIe
ot::Mac::HeaderIe::SetId()
uint16_t
GetPeriod
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPeriod
)
;
}
mac_header_ie.hpp:142
ot::Mac::CslIe
ot::Mac::CslIe::GetPeriod() const
void
SetPeriod
(
uint16_t
aPeriod
)
{
mPeriod
=
LittleEndian
::
HostSwap16
(
aPeriod
)
;
}
mac_header_ie.hpp:149
ot::Mac::CslIe
ot::Mac::CslIe::SetPeriod()
uint16_t
GetPhase
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPhase
)
;
}
mac_header_ie.hpp:156
ot::Mac::CslIe
ot::Mac::CslIe::GetPhase() const
void
SetPhase
(
uint16_t
aPhase
)
{
mPhase
=
LittleEndian
::
HostSwap16
(
aPhase
)
;
}
mac_header_ie.hpp:163
ot::Mac::CslIe
ot::Mac::CslIe::SetPhase()
uint16_t
GetRloc16
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mRloc16
)
;
}
settings.hpp:183
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::GetRloc16() const
void
SetRloc16
(
uint16_t
aRloc16
)
{
mRloc16
=
LittleEndian
::
HostSwap16
(
aRloc16
)
;
}
settings.hpp:190
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::SetRloc16()
uint16_t
GetVersion
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mVersion
)
;
}
settings.hpp:290
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::GetVersion() const
void
SetVersion
(
uint16_t
aVersion
)
{
mVersion
=
LittleEndian
::
HostSwap16
(
aVersion
)
;
}
settings.hpp:297
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::SetVersion()
uint16_t
GetVersion
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mVersion
)
;
}
settings.hpp:354
ot::SettingsBase::ParentInfo
ot::SettingsBase::ParentInfo::GetVersion() const
void
SetVersion
(
uint16_t
aVersion
)
{
mVersion
=
LittleEndian
::
HostSwap16
(
aVersion
)
;
}
settings.hpp:361
ot::SettingsBase::ParentInfo
ot::SettingsBase::ParentInfo::SetVersion()
uint16_t
GetRloc16
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mRloc16
)
;
}
settings.hpp:424
ot::SettingsBase::ChildInfo
ot::SettingsBase::ChildInfo::GetRloc16() const
void
SetRloc16
(
uint16_t
aRloc16
)
{
mRloc16
=
LittleEndian
::
HostSwap16
(
aRloc16
)
;
}
settings.hpp:431
ot::SettingsBase::ChildInfo
ot::SettingsBase::ChildInfo::SetRloc16()
uint16_t
GetVersion
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mVersion
)
;
}
settings.hpp:452
ot::SettingsBase::ChildInfo
ot::SettingsBase::ChildInfo::GetVersion() const
void
SetVersion
(
uint16_t
aVersion
)
{
mVersion
=
LittleEndian
::
HostSwap16
(
aVersion
)
;
}
settings.hpp:459
ot::SettingsBase::ChildInfo
ot::SettingsBase::ChildInfo::SetVersion()
uint16_t
GetServerPort
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mServerPort
)
;
}
settings.hpp:647
ot::SettingsBase::SrpClientInfo
ot::SettingsBase::SrpClientInfo::GetServerPort() const
void
SetServerPort
(
uint16_t
aPort
)
{
mServerPort
=
LittleEndian
::
HostSwap16
(
aPort
)
;
}
settings.hpp:654
ot::SettingsBase::SrpClientInfo
ot::SettingsBase::SrpClientInfo::SetServerPort()
uint16_t
GetPort
(
void
)
const
{
return
LittleEndian
::
HostSwap16
(
mPort
)
;
}
settings.hpp:688
ot::SettingsBase::SrpServerInfo
ot::SettingsBase::SrpServerInfo::GetPort() const
void
SetPort
(
uint16_t
aPort
)
{
mPort
=
LittleEndian
::
HostSwap16
(
aPort
)
;
}
settings.hpp:695
ot::SettingsBase::SrpServerInfo
ot::SettingsBase::SrpServerInfo::SetPort()
Call Tree
from
examples
ot::LittleEndian::HostSwap16()
is called by 25 functions:
ot::LittleEndian::HostSwap()
ot::Mac::Beacon::Init()
ot::Mac::Beacon::IsValid() const
ot::Mac::HeaderIe::GetId() const
ot::Mac::HeaderIe::SetId()
ot::Mac::CslIe::GetPeriod() const
ot::Mac::CslIe::SetPeriod()
ot::Mac::CslIe::GetPhase() const
ot::Mac::CslIe::SetPhase()
ot::SettingsBase::NetworkInfo::GetRloc16() const
ot::SettingsBase::NetworkInfo::SetRloc16()
ot::SettingsBase::NetworkInfo::GetVersion() const
ot::SettingsBase::NetworkInfo::SetVersion()
ot::SettingsBase::ParentInfo::GetVersion() const
ot::SettingsBase::ParentInfo::SetVersion()
ot::SettingsBase::ChildInfo::GetRloc16() const
ot::SettingsBase::ChildInfo::SetRloc16()
ot::SettingsBase::ChildInfo::GetVersion() const
ot::SettingsBase::ChildInfo::SetVersion()
ot::SettingsBase::SrpClientInfo::GetServerPort() const
ot::SettingsBase::SrpClientInfo::SetServerPort()
ot::SettingsBase::SrpServerInfo::GetPort() const
ot::SettingsBase::SrpServerInfo::SetPort()
ot::FrameBuilder::AppendLittleEndianUint16()
ot::FrameData::ReadLittleEndianUint16()
All items filtered out
ot::LittleEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::LittleEndian::HostSwap16()
:
All items filtered out
ot::LittleEndian::HostSwap16()
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