Searched refs:EIGHTBITS (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | sermsdos.py | 58 FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS = (5, 6, 7, 8) variable 84 bytesize = EIGHTBITS,
|
D | serialjava.py | 89 elif self._bytesize == EIGHTBITS: 246 bytesize=EIGHTBITS, # number of databits
|
D | serialutil.py | 89 FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS = (5, 6, 7, 8) variable 230 BYTESIZES = (FIVEBITS, SIXBITS, SEVENBITS, EIGHTBITS) 241 bytesize=EIGHTBITS, # number of data bits
|
D | serialcli.py | 88 elif self._bytesize == EIGHTBITS:
|
D | serialwin32.py | 143 elif self._bytesize == EIGHTBITS:
|
D | serialposix.py | 688 bytesize=EIGHTBITS, # number of data bits
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | miniterm.py | 408 self.serial.bytesize = serial.EIGHTBITS
|