Lines Matching defs:arg0
41 #define PM_PACK_PAYLOAD1(pl, arg0) { \
42 pl[0] = (uint32_t)(arg0); \
45 #define PM_PACK_PAYLOAD2(pl, arg0, arg1) { \
47 PM_PACK_PAYLOAD1(pl, arg0); \
50 #define PM_PACK_PAYLOAD3(pl, arg0, arg1, arg2) { \
52 PM_PACK_PAYLOAD2(pl, arg0, arg1); \
55 #define PM_PACK_PAYLOAD4(pl, arg0, arg1, arg2, arg3) { \
57 PM_PACK_PAYLOAD3(pl, arg0, arg1, arg2); \
60 #define PM_PACK_PAYLOAD5(pl, arg0, arg1, arg2, arg3, arg4) { \
62 PM_PACK_PAYLOAD4(pl, arg0, arg1, arg2, arg3); \
65 #define PM_PACK_PAYLOAD6(pl, arg0, arg1, arg2, arg3, arg4, arg5) { \
67 PM_PACK_PAYLOAD5(pl, arg0, arg1, arg2, arg3, arg4); \