LwIP
LWIP_MEM_ALIGN
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
LWIP_MEM_ALIGN macro
Align a memory pointer to the alignment defined by MEM_ALIGNMENT so that ADDR % MEM_ALIGNMENT == 0
Syntax
Show:
Summary
Declaration
from
arch.h:294
#define
LWIP_MEM_ALIGN
(
addr
)
(
(
void
*
)
(
(
(
mem_ptr_t
)
(
addr
)
+
MEM_ALIGNMENT
-
1
)
&
~
(
mem_ptr_t
)
(
MEM_ALIGNMENT
-
1
)
)
)
Arguments
Argument
addr
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