ESP-IDF
ot::Reverse32()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::Reverse32()
ot::Reverse32() function
Syntax
Show:
Summary
Declaration
from
encoding.hpp:75
inline
uint32_t
Reverse32
(
uint32_t
v
)
;
Arguments
Argument
v
Examples
References
from
examples
Code
Location
Scope
Referrer
inline
uint32_t
Reverse32
(
uint32_t
v
)
encoding.hpp:75
uint32_t
GetMask
(
void
)
const
{
return
Reverse32
(
BigEndian
::
HostSwap32
(
mMask
)
)
;
}
meshcop_tlvs.hpp:673
ot::MeshCoP::ChannelMaskTlv::Entry
ot::MeshCoP::ChannelMaskTlv::Entry::GetMask() const
void
SetMask
(
uint32_t
aMask
)
{
mMask
=
BigEndian
::
HostSwap32
(
Reverse32
(
aMask
)
)
;
}
meshcop_tlvs.hpp:674
ot::MeshCoP::ChannelMaskTlv::Entry
ot::MeshCoP::ChannelMaskTlv::Entry::SetMask()
Call Tree
from
examples
ot::Reverse32()
is called by 2 functions:
ot::MeshCoP::ChannelMaskTlv::Entry::GetMask() const
ot::MeshCoP::ChannelMaskTlv::Entry::SetMask()
All items filtered out
ot::Reverse32()
All items filtered out
Data Use
from
examples
ot::Reverse32()
:
All items filtered out
ot::Reverse32()
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