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

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
sermsdos.py 58 FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS = (5, 6, 7, 8)
84 bytesize = EIGHTBITS,
serialjava.py 89 elif self._bytesize == EIGHTBITS:
246 bytesize=EIGHTBITS, # number of databits
serialutil.py 89 FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS = (5, 6, 7, 8)
230 BYTESIZES = (FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS)
241 bytesize=EIGHTBITS, # number of data bits
serialcli.py 88 elif self._bytesize == EIGHTBITS:
serialwin32.py 143 elif self._bytesize == EIGHTBITS:
serialposix.py 688 bytesize=EIGHTBITS, # number of data bits
  /external/autotest/client/cros/i2c/
usb_to_i2c.py 113 bytesize=serial.EIGHTBITS,
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
miniterm.py 408 self.serial.bytesize = serial.EIGHTBITS

Completed in 873 milliseconds