MIRA
|
Macros for data alignment in memory. More...
#include <platform/Platform.h>
Go to the source code of this file.
Macros | |
#define | MIRA_ALIGN(n) __attribute__((aligned(n))) |
Forces the data to be n-byte aligned, e.g. MIRA_ALIGN(16) int value;. More... | |
Macros for data alignment in memory.
#define MIRA_ALIGN | ( | n | ) | __attribute__((aligned(n))) |
Forces the data to be n-byte aligned, e.g. MIRA_ALIGN(16) int value;.