H A D | sysmacros.h | 342 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 343 uint8_t _a, _b, _c, _d, _e 344 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 345 uint8_t _a, _b, _c, _d, _e, _f 346 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 347 uint8_t _a, _b, _c, _d, _e, _f, _g 348 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 349 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 357 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 358 uint8_t _e, _d, _c, _b, _a [all …]
|