Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/mdk/
H A Dcompiler_abstraction.h53 #define __ALIGN(n) __align(n) macro
77 #define __ALIGN(n) __attribute__((aligned(n))) macro
102 #define __ALIGN(n) STRING_PRAGMA(data_alignment = n) macro
126 #define __ALIGN(n) __attribute__((aligned(n))) macro
156 #define __ALIGN(n) __align(n) macro