Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h94 #ifndef __PACKED_STRUCT
95 #define __PACKED_STRUCT struct __attribute__((packed)) macro
105 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
109 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
113 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
117 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
166 #ifndef __PACKED_STRUCT
167 #define __PACKED_STRUCT struct __packed__ macro
177 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
[all …]
Dcmsis_armclang.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_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_gcc.h64 #ifndef __PACKED_STRUCT
65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
82 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
90 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
98 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
106 __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