Home
last modified time | relevance | path

Searched refs:__PACKED_UNION (Results 1 - 7 of 7) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h135 #ifndef __PACKED_UNION
136 #define __PACKED_UNION union __attribute__((packed)) macro
208 #ifndef __PACKED_UNION
209 #define __PACKED_UNION union __packed__ macro
280 #ifndef __PACKED_UNION
281 #define __PACKED_UNION @packed union macro
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_iccarm_a.h104 #ifndef __PACKED_UNION
106 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
109 #define __PACKED_UNION __packed union macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_iccarm_m.h155 #ifndef __PACKED_UNION
157 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
160 #define __PACKED_UNION __packed union macro
H A Dcmsis_armclang_m.h62 #ifndef __PACKED_UNION
63 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
H A Dcmsis_clang_m.h67 #ifndef __PACKED_UNION
68 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
H A Dcmsis_tiarmclang_m.h62 #ifndef __PACKED_UNION
63 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
H A Dcmsis_gcc_m.h67 #ifndef __PACKED_UNION
68 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro

Completed in 12 milliseconds