Lines Matching defs:DI
51 enum Wires { DO=8, DI=4, CS=2, SK=0x01 };
334 wires &= ~DI;
337 wires |= DI;
349 wires &= ~DI;
360 * "DO" bit. During this "shifting in" process the data in "DI" bit should
371 wires &= ~(DO | DI);
381 wires &= ~DI;
400 /* Clear SK and DI */
401 eeprom->write(wires &= ~(DI | SK));
436 eeprom->write(wires &= ~(CS | DI));