Home
last modified time | relevance | path

Searched defs:__PACKED_UNION (Results 1 – 6 of 6) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h98 #define __PACKED_UNION union __attribute__((packed)) macro
170 #define __PACKED_UNION union __packed__ macro
241 #define __PACKED_UNION @packed union macro
Dcmsis_iccarm.h152 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
155 #define __PACKED_UNION __packed union macro
Dcmsis_armcc.h85 #define __PACKED_UNION __packed union macro
Dcmsis_armclang.h61 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
Dcmsis_armclang_ltm.h61 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
Dcmsis_gcc.h68 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro