Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_compiler.h82 #ifndef __ALIGNED
83 #define __ALIGNED(x) __attribute__((aligned(x))) macro
99 #ifndef __ALIGNED
101 #define __ALIGNED(x) __attribute__((aligned(x)))
104 #define __ALIGNED(x) __attribute__((aligned(x)))
106 #warning No compiler specific solution for __ALIGNED.__ALIGNED is ignored.
107 #define __ALIGNED(x)