Searched defs:cmd_opcode_pack (Results 1 – 3 of 3) sorted by relevance
74 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) macro