Home
last modified time | relevance | path

Searched refs:__ALIGNED (Results 1 - 11 of 11) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h154 #ifndef __ALIGNED
155 #define __ALIGNED(x) __attribute__((aligned(x))) macro
227 #ifndef __ALIGNED
228 #define __ALIGNED(x) __align(x) macro
299 #ifndef __ALIGNED
300 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
301 #define __ALIGNED(x) macro
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_iccarm_a.h43 #ifndef __ALIGNED
45 #define __ALIGNED(x) __attribute__((aligned(x))) macro
48 #define __ALIGNED(x) __attribute__((aligned(x))) macro
50 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
51 #define __ALIGNED(x) macro
H A Dcmsis_armclang_a.h93 #ifndef __ALIGNED
94 #define __ALIGNED(x) __attribute__((aligned(x))) macro
H A Dcmsis_gcc_a.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
H A Dcmsis_clang_a.h96 #ifndef __ALIGNED
97 #define __ALIGNED(x) __attribute__((aligned(x))) macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_iccarm_m.h41 #ifndef __ALIGNED
43 #define __ALIGNED(x) __attribute__((aligned(x))) macro
46 #define __ALIGNED(x) __attribute__((aligned(x))) macro
48 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
49 #define __ALIGNED(x) macro
H A Dcmsis_armclang_m.h93 #ifndef __ALIGNED
94 #define __ALIGNED(x) __attribute__((aligned(x))) macro
H A Dcmsis_clang_m.h98 #ifndef __ALIGNED
99 #define __ALIGNED(x) __attribute__((aligned(x))) macro
H A Dcmsis_tiarmclang_m.h93 #ifndef __ALIGNED
94 #define __ALIGNED(x) __attribute__((aligned(x))) macro
H A Darmv7m_cachel1.h188 __ALIGNED(__SCB_DCACHE_LINE_SIZE) in SCB_DisableDCache()
H A Dcmsis_gcc_m.h102 #ifndef __ALIGNED
103 #define __ALIGNED(x) __attribute__((aligned(x))) macro

Completed in 15 milliseconds