Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h103 #ifndef __PACKED_UNION
104 #define __PACKED_UNION union __attribute__((packed)) macro
176 #ifndef __PACKED_UNION
177 #define __PACKED_UNION union __packed__ macro
248 #ifndef __PACKED_UNION
249 #define __PACKED_UNION @packed union macro
Dcmsis_armclang.h67 #ifndef __PACKED_UNION
68 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
Dcmsis_clang.h72 #ifndef __PACKED_UNION
73 #define __PACKED_UNION union __attribute__((packed, aligned(1))) 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_gcc.h68 #ifndef __PACKED_UNION
69 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
Dcmsis_armclang_ltm.h60 #ifndef __PACKED_UNION
61 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_iccarm_m.h157 #ifndef __PACKED_UNION
159 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro
162 #define __PACKED_UNION __packed union macro
Dcmsis_tiarmclang_m.h62 #ifndef __PACKED_UNION
63 #define __PACKED_UNION union __attribute__((packed, aligned(1))) macro