Home
last modified time | relevance | path

Searched refs:__PACKED_STRUCT (Results 1 - 10 of 10) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcmsis_compiler.h132 #ifndef __PACKED_STRUCT
133 #define __PACKED_STRUCT struct __attribute__((packed)) macro
139 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
143 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
147 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
151 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
205 #ifndef __PACKED_STRUCT
206 #define __PACKED_STRUCT struct __packed__ macro
212 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
216 __PACKED_STRUCT T_UINT16_REA
278 #define __PACKED_STRUCT global() macro
[all...]
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_armclang_a.h59 #ifndef __PACKED_STRUCT
60 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
66 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
74 __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; };
H A Dcmsis_gcc_a.h68 #ifndef __PACKED_STRUCT
69 #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; };
H A Dcmsis_clang_a.h65 #ifndef __PACKED_STRUCT
66 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
71 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
78 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
85 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
92 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
H A Dcmsis_iccarm_a.h95 #ifndef __PACKED_STRUCT
97 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
100 #define __PACKED_STRUCT __packed struct macro
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_armclang_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; };
H A Dcmsis_clang_m.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; };
H A 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; };
H A Dcmsis_gcc_m.h64 #ifndef __PACKED_STRUCT
65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
74 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
82 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
90 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
98 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
H A Dcmsis_iccarm_m.h146 #ifndef __PACKED_STRUCT
148 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
151 #define __PACKED_STRUCT __packed struct macro

Completed in 19 milliseconds