OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOPBITS_ONE
(Results
1 - 9
of
9
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
sermsdos.py
56
(
STOPBITS_ONE
, STOPBITS_ONEANDAHALF,
86
stopbits =
STOPBITS_ONE
,
serialjava.py
94
if self._stopbits ==
STOPBITS_ONE
:
248
stopbits=
STOPBITS_ONE
, # number of stopbits
serialutil.py
88
STOPBITS_ONE
, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO = (1, 1.5, 2)
232
STOPBITS = (
STOPBITS_ONE
, STOPBITS_ONE_POINT_FIVE, STOPBITS_TWO)
243
stopbits=
STOPBITS_ONE
, # number of stop bits
serialcli.py
106
if self._stopbits ==
STOPBITS_ONE
:
serialposix.py
372
if self._stopbits ==
STOPBITS_ONE
:
690
stopbits=
STOPBITS_ONE
, # number of stop bits
serialwin32.py
166
if self._stopbits ==
STOPBITS_ONE
:
rfc2217.py
208
STOPBITS_ONE
: 1,
[
all
...]
/external/autotest/client/cros/i2c/
usb_to_i2c.py
115
stopbits=serial.
STOPBITS_ONE
,
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
miniterm.py
429
self.serial.stopbits = serial.
STOPBITS_ONE
Completed in 59 milliseconds