Home
last modified time | relevance | path

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

/external/platform/nrfx/mdk/
A Dcompiler_abstraction.h64 #ifndef __ALIGN
65 #define __ALIGN(n) __align(n) macro
97 #ifndef __ALIGN
98 #define __ALIGN(n) __attribute__((aligned(n))) macro
129 #ifndef __ALIGN
131 #define __ALIGN(n) STRING_PRAGMA(data_alignment = n) macro
162 #ifndef __ALIGN
163 #define __ALIGN(n) __attribute__((aligned(n))) macro
201 #ifndef __ALIGN
202 #define __ALIGN(n) __align(n) macro
/external/platform/nrfx/soc/
A Dnrfx_coredep.h158 __ALIGN(16) in nrfx_coredep_delay_us()

Completed in 4 milliseconds