Searched refs:__PACKED_STRUCT (Results 1 – 9 of 9) sorted by relevance
100 #ifndef __PACKED_STRUCT101 #define __PACKED_STRUCT struct __attribute__((packed)) macro107 __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_STRUCT174 #define __PACKED_STRUCT struct __packed__ macro180 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };184 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };[all …]
64 #ifndef __PACKED_STRUCT65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro73 __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; };
69 #ifndef __PACKED_STRUCT70 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro78 __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; };
65 #ifndef __PACKED_STRUCT66 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro75 __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; };
57 #ifndef __PACKED_STRUCT58 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro75 __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; };
81 #ifndef __PACKED_STRUCT82 #define __PACKED_STRUCT __packed struct macro
141 #ifndef __PACKED_STRUCT143 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro146 #define __PACKED_STRUCT __packed struct macro
59 #ifndef __PACKED_STRUCT60 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro68 __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; };
148 #ifndef __PACKED_STRUCT150 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro153 #define __PACKED_STRUCT __packed struct macro