Searched refs:__PACKED_STRUCT (Results 1 – 6 of 6) sorted by relevance
94 #ifndef __PACKED_STRUCT95 #define __PACKED_STRUCT struct __attribute__((packed)) macro105 __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_STRUCT167 #define __PACKED_STRUCT struct __packed__ macro177 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; };181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; };[all …]
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; };
64 #ifndef __PACKED_STRUCT65 #define __PACKED_STRUCT struct __attribute__((packed, aligned(1))) macro82 __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; };
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