Searched refs:numArgs (Results 1 – 1 of 1) sorted by relevance
96 uint8_t numCommands, numArgs; in executeCMDList() local102 numArgs = *(addr++); // Number of args to follow in executeCMDList()103 ms = numArgs & DELAY; // If hibit set, delay follows args in executeCMDList()104 numArgs &= ~DELAY; // Mask out delay bit in executeCMDList()105 while(numArgs--) { // For each argument... in executeCMDList()