Home
last modified time | relevance | path

Searched refs:STOPBITS_ONE (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dsermsdos.py56 (STOPBITS_ONE, STOPBITS_ONEANDAHALF,
86 stopbits = STOPBITS_ONE,
Dserialjava.py94 if self._stopbits == STOPBITS_ONE:
248 stopbits=STOPBITS_ONE, # number of stopbits
Dserialutil.py88 STOPBITS_ONE, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO = (1, 1.5, 2) variable
232 STOPBITS = (STOPBITS_ONE, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO)
243 stopbits=STOPBITS_ONE, # number of stop bits
Dserialposix.py372 if self._stopbits == STOPBITS_ONE:
690 stopbits=STOPBITS_ONE, # number of stop bits
Dserialcli.py106 if self._stopbits == STOPBITS_ONE:
Dserialwin32.py166 if self._stopbits == STOPBITS_ONE:
Drfc2217.py208 STOPBITS_ONE: 1,
/external/autotest/client/cros/i2c/
Dusb_to_i2c.py115 stopbits=serial.STOPBITS_ONE,
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py429 self.serial.stopbits = serial.STOPBITS_ONE