Home
last modified time | relevance | path

Searched refs:PACKED__ (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dutilities_common.h129 #undef PACKED__
135 #define PACKED__ __attribute__((packed)) macro
136 #define PACKED_STRUCT struct PACKED__
138 #define PACKED__ __attribute__((packed))
139 #define PACKED_STRUCT struct PACKED__
141 #define PACKED__(TYPE) __packed TYPE
142 #define PACKED_STRUCT PACKED__(struct)
145 #define PACKED__ __attribute__((packed))
146 #define PACKED_STRUCT struct PACKED__
Dstm32_wpan_common.h143 #undef PACKED__
149 #define PACKED__ __attribute__((packed)) macro
150 #define PACKED_STRUCT struct PACKED__
152 #define PACKED__ __attribute__((packed))
153 #define PACKED_STRUCT struct PACKED__
155 #define PACKED__(TYPE) __packed TYPE
156 #define PACKED_STRUCT PACKED__(struct)
159 #define PACKED__ __attribute__((packed))
160 #define PACKED_STRUCT struct PACKED__