#include <nn/config.h> #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n)))
| Name | Description | |
|---|---|---|
| in | n | Alignment to be satisfied. |
Used to align the boundaries of object addresses.
Ensures n-byte alignment of the start address of objects by adding n to the end of global object definition.
CONFIDENTIAL