Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 1 of 1) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd.h53 #define ALIGNED(n) __attribute__((aligned (n))) macro
58 #define ALIGNED(n) __align(n) macro
71 #define ALIGNED(n) PRAGMA_ALIGN_##n macro

Completed in 4 milliseconds