LwIP
LWIP_MEM_ALIGN_BUFFER
is only used within LwIP.
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
STM32 Libraries and Samples
LwIP
LWIP_MEM_ALIGN_BUFFER
LWIP_MEM_ALIGN_BUFFER macro
Calculate safe memory size for an aligned buffer when using an unaligned type as storage. This includes a safety-margin on (MEM_ALIGNMENT - 1) at the start (e.g. if buffer is u8_t[] and actual data will be u32_t*)
Syntax
Show:
Summary
Declaration
from
arch.h:287
#define
LWIP_MEM_ALIGN_BUFFER
(
size
)
(
(
(
size
)
+
MEM_ALIGNMENT
-
1U
)
)
Arguments
Argument
size
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