ESP-IDF
ot::LittleEndian::HostSwap()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::LittleEndian::HostSwap()
ot::LittleEndian::HostSwap()
Syntax
Show:
Summary
Declaration
from
encoding.hpp:283
UintType
HostSwap
(
UintType
aValue
)
;
Examples
References
from
examples
Code
Location
template
<
typename
UintType
>
UintType
HostSwap
(
UintType
aValue
)
;
encoding.hpp:283
template
<
>
inline
uint8_t
HostSwap
(
uint8_t
aValue
)
{
return
aValue
;
}
encoding.hpp:285
template
<
>
inline
uint16_t
HostSwap
(
uint16_t
aValue
)
{
return
HostSwap16
(
aValue
)
;
}
encoding.hpp:286
template
<
>
inline
uint32_t
HostSwap
(
uint32_t
aValue
)
{
return
HostSwap32
(
aValue
)
;
}
encoding.hpp:287
template
<
>
inline
uint64_t
HostSwap
(
uint64_t
aValue
)
{
return
HostSwap64
(
aValue
)
;
}
encoding.hpp:288
Call Tree
from
examples
ot::LittleEndian::HostSwap()
calls 3 functions:
All items filtered out
ot::LittleEndian::HostSwap()
ot::LittleEndian::HostSwap16()
ot::LittleEndian::HostSwap32()
ot::LittleEndian::HostSwap64()
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
Lifecycle
from
examples
All items filtered out
All items filtered out