mbed TLS Library
MBEDTLS_GET_UINT16_LE
is only used within mbed TLS Library.
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
Raspberry Pi Pico SDK and Examples
mbed TLS Library
MBEDTLS_GET_UINT16_LE
MBEDTLS_GET_UINT16_LE macro
Get the unsigned 16 bits integer corresponding to two bytes in little-endian order (LSB first).
Syntax
Show:
Summary
Declaration
from
common.h:189
#define
MBEDTLS_GET_UINT16_LE
(
data
,
offset
)
\
(
\
(
(
uint16_t
)
(
data
)
[
(
offset
)
]
)
\
|
(
(
uint16_t
)
(
data
)
[
(
offset
)
+
1
]
<
<
8
)
\
)
Arguments
Argument
Description
data
Base address of the memory to get the two bytes from.
offset
Offset from \p base of the first and least significant byte of the two bytes to build the 16 bits unsigned integer from.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out