HomeSort by relevance Sort by last modified time
    Searched defs:shiftOut (Results 1 - 3 of 3) sorted by null

  /external/arduino/hardware/arduino/cores/arduino/
wiring_shift.c 2 wiring_shift.c - shiftOut() function
42 void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t val)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogBuffer.java 67 public LogUnit shiftOut() {
FixedLogBuffer.java 112 public LogUnit shiftOut() {
113 final LogUnit logUnit = super.shiftOut();
131 final LogUnit logUnit = shiftOut();
141 shiftOut();

Completed in 268 milliseconds