HomeSort by relevance Sort by last modified time
    Searched refs:CMD_SYNC_READOUT (Results 1 - 5 of 5) sorted by null

  /external/walt/android/WALT/app/src/main/jni/
sync_clock.h 24 #define CMD_SYNC_READOUT 'R' // Read out sync times
sync_clock.c 170 send_cmd(clk, CMD_SYNC_READOUT);
  /external/walt/pywalt/pywalt/
walt.py 85 CMD_SYNC_READOUT = 'R'
202 dt, reply = self.sndrcv(Walt.CMD_SYNC_READOUT)
205 log('read_remote_times() CMD_SYNC_READOUT > w > = %s' % reply)
  /external/walt/arduino/walt/
walt.ino 26 #define CMD_SYNC_READOUT 'R' // Read out sync times
271 } else if (cmd == CMD_SYNC_READOUT) {
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltDevice.java 43 static final char CMD_SYNC_READOUT = 'R'; // Read out sync times

Completed in 139 milliseconds