Home
last modified time | relevance | path

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

/external/platform/nrfx/mdk/
A Dcompiler_abstraction.h65 #define __ALIGN(n) __align(n) macro
98 #define __ALIGN(n) __attribute__((aligned(n))) macro
131 #define __ALIGN(n) STRING_PRAGMA(data_alignment = n) macro
163 #define __ALIGN(n) __attribute__((aligned(n))) macro
202 #define __ALIGN(n) __align(n) macro

Completed in 3 milliseconds