Home
last modified time | relevance | path

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

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h97 #ifndef __PACKED_UNION
98 #define __PACKED_UNION union __attribute__((packed)) macro
169 #ifndef __PACKED_UNION
170 #define __PACKED_UNION union __packed__ macro
240 #ifndef __PACKED_UNION
241 #define __PACKED_UNION @packed union macro
Dcmsis_armcc.h84 #ifndef __PACKED_UNION
85 #define __PACKED_UNION __packed union macro
Dcmsis_iccarm.h150 #ifndef __PACKED_UNION
152 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
155 #define __PACKED_UNION __packed union macro
Dcmsis_armclang.h64 #ifndef __PACKED_UNION
65 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
Dcmsis_armclang_ltm.h64 #ifndef __PACKED_UNION
65 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
Dcmsis_gcc.h67 #ifndef __PACKED_UNION
68 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro