Home
last modified time | relevance | path

Searched defs:bytesize (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dserialutil.py241 bytesize=EIGHTBITS, # number of data bits argument
354 def setByteSize(self, bytesize): argument
364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting") variable in SerialBase
Dsermsdos.py84 bytesize = EIGHTBITS, argument