ESP-IDF
ot::LittleEndian::HostSwap32()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::HostSwap32()
ot::LittleEndian::HostSwap32() function
Syntax
Show:
Summary
Declaration
from
encoding.hpp:269
inline
constexpr
uint32_t
HostSwap32
(
uint32_t
v
)
;
Arguments
Argument
v
Examples
References
from
examples
Code
Location
Scope
Referrer
inline
constexpr
uint32_t
HostSwap32
(
uint32_t
v
)
{
return
v
;
}
encoding.hpp:269
template
<
>
inline
uint32_t
HostSwap
(
uint32_t
aValue
)
{
return
HostSwap32
(
aValue
)
;
}
encoding.hpp:287
ot::LittleEndian::HostSwap()
return
Append
<
uint32_t
>
(
LittleEndian
::
HostSwap32
(
aUint32
)
)
;
frame_builder.cpp:68
ot::FrameBuilder
ot::FrameBuilder::AppendLittleEndianUint32()
aUint32
=
LittleEndian
::
HostSwap32
(
aUint32
)
;
frame_data.cpp:81
ot::FrameData
ot::FrameData::ReadLittleEndianUint32()
uint32_t
GetFrameCounter
(
void
)
const
{
return
LittleEndian
::
HostSwap32
(
mFrameCounter
)
;
}
mle.hpp:1106
ot::Mle::Mle::SecurityHeader
ot::Mle::Mle::SecurityHeader::GetFrameCounter() const
void
SetFrameCounter
(
uint32_t
aCounter
)
{
mFrameCounter
=
LittleEndian
::
HostSwap32
(
aCounter
)
;
}
mle.hpp:1107
ot::Mle::Mle::SecurityHeader
ot::Mle::Mle::SecurityHeader::SetFrameCounter()
uint32_t
GetKeySequence
(
void
)
const
{
return
LittleEndian
::
HostSwap32
(
mKeySequence
)
;
}
settings.hpp:197
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::GetKeySequence() const
void
SetKeySequence
(
uint32_t
aKeySequence
)
{
mKeySequence
=
LittleEndian
::
HostSwap32
(
aKeySequence
)
;
}
settings.hpp:204
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::SetKeySequence()
uint32_t
GetMleFrameCounter
(
void
)
const
{
return
LittleEndian
::
HostSwap32
(
mMleFrameCounter
)
;
}
settings.hpp:211
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::GetMleFrameCounter() const
mMleFrameCounter
=
LittleEndian
::
HostSwap32
(
aMleFrameCounter
)
;
settings.hpp:220
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::SetMleFrameCounter()
uint32_t
GetMacFrameCounter
(
void
)
const
{
return
LittleEndian
::
HostSwap32
(
mMacFrameCounter
)
;
}
settings.hpp:228
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::GetMacFrameCounter() const
mMacFrameCounter
=
LittleEndian
::
HostSwap32
(
aMacFrameCounter
)
;
settings.hpp:237
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::SetMacFrameCounter()
uint32_t
GetPreviousPartitionId
(
void
)
const
{
return
LittleEndian
::
HostSwap32
(
mPreviousPartitionId
)
;
}
settings.hpp:245
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() const
mPreviousPartitionId
=
LittleEndian
::
HostSwap32
(
aPreviousPartitionId
)
;
settings.hpp:254
ot::SettingsBase::NetworkInfo
ot::SettingsBase::NetworkInfo::SetPreviousPartitionId()
uint32_t
GetTimeout
(
void
)
const
{
return
LittleEndian
::
HostSwap32
(
mTimeout
)
;
}
settings.hpp:410
ot::SettingsBase::ChildInfo
ot::SettingsBase::ChildInfo::GetTimeout() const
void
SetTimeout
(
uint32_t
aTimeout
)
{
mTimeout
=
LittleEndian
::
HostSwap32
(
aTimeout
)
;
}
settings.hpp:417
ot::SettingsBase::ChildInfo
ot::SettingsBase::ChildInfo::SetTimeout()
Call Tree
from
examples
ot::LittleEndian::HostSwap32()
is called by 15 functions:
ot::LittleEndian::HostSwap()
ot::Mle::Mle::SecurityHeader::GetFrameCounter() const
ot::Mle::Mle::SecurityHeader::SetFrameCounter()
ot::SettingsBase::NetworkInfo::GetKeySequence() const
ot::SettingsBase::NetworkInfo::SetKeySequence()
ot::SettingsBase::NetworkInfo::GetMleFrameCounter() const
ot::SettingsBase::NetworkInfo::SetMleFrameCounter()
ot::SettingsBase::NetworkInfo::GetMacFrameCounter() const
ot::SettingsBase::NetworkInfo::SetMacFrameCounter()
ot::SettingsBase::NetworkInfo::GetPreviousPartitionId() const
ot::SettingsBase::NetworkInfo::SetPreviousPartitionId()
ot::SettingsBase::ChildInfo::GetTimeout() const
ot::SettingsBase::ChildInfo::SetTimeout()
ot::FrameBuilder::AppendLittleEndianUint32()
ot::FrameData::ReadLittleEndianUint32()
All items filtered out
ot::LittleEndian::HostSwap32()
All items filtered out
Data Use
from
examples
ot::LittleEndian::HostSwap32()
:
All items filtered out
ot::LittleEndian::HostSwap32()
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