Home
last modified time | relevance | path

Searched refs:__ALIGNED (Results 1 – 12 of 12) sorted by relevance

/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_compiler.h120 #ifndef __ALIGNED
121 #define __ALIGNED(x) __attribute__((aligned(x))) macro
192 #ifndef __ALIGNED
193 #define __ALIGNED(x) __align(x) macro
263 #ifndef __ALIGNED
264 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
265 #define __ALIGNED(x) macro
A Dcmsis_iccarm.h46 #ifndef __ALIGNED
48 #define __ALIGNED(x) __attribute__((aligned(x))) macro
51 #define __ALIGNED(x) __attribute__((aligned(x))) macro
53 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
54 #define __ALIGNED(x) macro
A Dcmsis_armcc.h102 #ifndef __ALIGNED
103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_armclang.h107 #ifndef __ALIGNED
108 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_armclang_ltm.h107 #ifndef __ALIGNED
108 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_gcc.h110 #ifndef __ALIGNED
111 #define __ALIGNED(x) __attribute__((aligned(x))) macro
/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_compiler.h120 #ifndef __ALIGNED
121 #define __ALIGNED(x) __attribute__((aligned(x))) macro
192 #ifndef __ALIGNED
193 #define __ALIGNED(x) __align(x) macro
263 #ifndef __ALIGNED
264 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
265 #define __ALIGNED(x) macro
A Dcmsis_iccarm.h46 #ifndef __ALIGNED
48 #define __ALIGNED(x) __attribute__((aligned(x))) macro
51 #define __ALIGNED(x) __attribute__((aligned(x))) macro
53 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
54 #define __ALIGNED(x) macro
A Dcmsis_armcc.h102 #ifndef __ALIGNED
103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_armclang.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_armclang_ltm.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
A Dcmsis_gcc.h113 #ifndef __ALIGNED
114 #define __ALIGNED(x) __attribute__((aligned(x))) macro

Completed in 36 milliseconds