Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h122 #ifndef __ALIGNED
123 #define __ALIGNED(x) __attribute__((aligned(x))) macro
195 #ifndef __ALIGNED
196 #define __ALIGNED(x) __align(x) macro
267 #ifndef __ALIGNED
268 #warning No compiler specific solution for __ALIGNED. __ALIGNED is ignored.
269 #define __ALIGNED(x) macro
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
Dcmsis_armclang.h98 #ifndef __ALIGNED
99 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_clang.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_armcc.h102 #ifndef __ALIGNED
103 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_gcc.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Dcmsis_armclang_ltm.h103 #ifndef __ALIGNED
104 #define __ALIGNED(x) __attribute__((aligned(x))) macro
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
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
Dcmsis_tiarmclang_m.h93 #ifndef __ALIGNED
94 #define __ALIGNED(x) __attribute__((aligned(x))) macro
Darmv7m_cachel1.h188 __ALIGNED(__SCB_DCACHE_LINE_SIZE) in SCB_DisableDCache()