Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h100 #ifndef __PACKED_STRUCT
101 #define __PACKED_STRUCT struct __attribute__((packed)) macro
107 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
111 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
115 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
119 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
173 #ifndef __PACKED_STRUCT
174 #define __PACKED_STRUCT struct __packed__ macro
180 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
184 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
[all …]
Dcmsis_armclang.h64 #ifndef __PACKED_STRUCT
65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
73 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
80 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
87 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
94 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_clang.h69 #ifndef __PACKED_STRUCT
70 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
78 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
85 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
92 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_gcc.h65 #ifndef __PACKED_STRUCT
66 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_armclang_ltm.h57 #ifndef __PACKED_STRUCT
58 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
75 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
83 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
91 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
99 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_armcc.h81 #ifndef __PACKED_STRUCT
82 #define __PACKED_STRUCT __packed struct macro
Dcmsis_iccarm.h141 #ifndef __PACKED_STRUCT
143 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
146 #define __PACKED_STRUCT __packed struct macro
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h59 #ifndef __PACKED_STRUCT
60 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
68 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
75 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
82 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
89 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
Dcmsis_iccarm_m.h148 #ifndef __PACKED_STRUCT
150 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
153 #define __PACKED_STRUCT __packed struct macro