Home
last modified time | relevance | path

Searched defs:PACKED_UNION (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/Common/
DEmbeddedTypes.h78 #define PACKED_UNION union __attribute__ ((__packed__)) macro
81 #define PACKED_UNION __packed union macro
84 #define PACKED_UNION union macro
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/Common/
DEmbeddedTypes.h64 #define PACKED_UNION union __attribute__((__packed__)) macro
67 #define PACKED_UNION __packed union macro
70 #define PACKED_UNION union __attribute__((packed)) macro