Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_compiler.h94 #ifndef __PACKED_STRUCT
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
181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
189 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
237 #ifndef __PACKED_STRUCT
252 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
[all …]
A Dcmsis_armclang.h61 #ifndef __PACKED_STRUCT
62 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
A Dcmsis_armclang_ltm.h61 #ifndef __PACKED_STRUCT
62 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
79 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
87 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
95 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
103 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
A 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; };
A Dcmsis_armcc.h81 #ifndef __PACKED_STRUCT
82 #define __PACKED_STRUCT __packed struct macro
A Dcmsis_iccarm.h141 #ifndef __PACKED_STRUCT
143 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
146 #define __PACKED_STRUCT __packed struct macro
/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_compiler.h94 #ifndef __PACKED_STRUCT
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
181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
189 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
237 #ifndef __PACKED_STRUCT
252 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
[all …]
A 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; };
A 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; };
A Dcmsis_gcc.h67 #ifndef __PACKED_STRUCT
68 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
85 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };
93 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };
101 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; };
109 __PACKED_STRUCT T_UINT32_READ { uint32_t v; };
A Dcmsis_armcc.h81 #ifndef __PACKED_STRUCT
82 #define __PACKED_STRUCT __packed struct macro
A Dcmsis_iccarm.h141 #ifndef __PACKED_STRUCT
143 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro
146 #define __PACKED_STRUCT __packed struct macro

Completed in 35 milliseconds