Searched refs:__ALIGN (Results 1 – 2 of 2) sorted by relevance
64 #ifndef __ALIGN65 #define __ALIGN(n) __align(n) macro97 #ifndef __ALIGN98 #define __ALIGN(n) __attribute__((aligned(n))) macro129 #ifndef __ALIGN131 #define __ALIGN(n) STRING_PRAGMA(data_alignment = n) macro162 #ifndef __ALIGN163 #define __ALIGN(n) __attribute__((aligned(n))) macro201 #ifndef __ALIGN202 #define __ALIGN(n) __align(n) macro
158 __ALIGN(16) in nrfx_coredep_delay_us()
Completed in 4 milliseconds