Home
last modified time | relevance | path

Searched refs:STOPBITS_TWO (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/
Dsermsdos.py57 STOPBITS_TWO) = (1, 1.5, 2)
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)
Dserialjava.py98 elif self._stopbits == STOPBITS_TWO:
Dserialcli.py110 elif self._stopbits == STOPBITS_TWO:
Dserialwin32.py170 elif self._stopbits == STOPBITS_TWO:
Dserialposix.py376 elif self._stopbits == STOPBITS_TWO:
Drfc2217.py210 STOPBITS_TWO: 2,
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py432 self.serial.stopbits = serial.STOPBITS_TWO