Lines Matching defs:byte
63 NO_ACKN = 10, // no acknowledge after data byte transfer
77 STOP = 1, // stop condition, no associated byte transfer
78 CONTINUE = 2, // continue with byte transfer
79 START = 3 // start condition with byte transfer
233 int addr,rc,i,byte;
269 for (byte = 0; byte < msgs[i].len; byte++) {
275 msgs[i].buf[byte] = rc;
277 /* discard mysterious extra byte when reading
290 for (byte = 0; byte < msgs[i].len; byte++) {
291 data = msgs[i].buf[byte];