Home
last modified time | relevance | path

Searched defs:__PACKED_STRUCT (Results 1 - 10 of 10) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h133 #define __PACKED_STRUCT struct __attribute__((packed)) macro
206 #define __PACKED_STRUCT struct __packed__ macro
278 #define __PACKED_STRUCT global() macro
[all...]
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_gcc_a.h69 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
H A Dcmsis_clang_a.h66 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
H A Dcmsis_armclang_a.h60 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
H A Dcmsis_iccarm_a.h97 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
100 #define __PACKED_STRUCT __packed struct macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
H A Dcmsis_iccarm_m.h148 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
151 #define __PACKED_STRUCT __packed struct macro
H A Dcmsis_armclang_m.h60 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
H A Dcmsis_clang_m.h65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
H A Dcmsis_tiarmclang_m.h60 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro

Completed in 15 milliseconds