Home
last modified time | relevance | path

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

/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialutil.py249 interCharTimeout=None # Inter-character timeout, None to disable argument
468 def setInterCharTimeout(self, interCharTimeout): argument
484interCharTimeout = property(getInterCharTimeout, setInterCharTimeout, doc="Inter-character timeout… variable in SerialBase
/aosp_15_r20/external/python/pyserial/serial/
Dserialutil.py629 def interCharTimeout(self): member in SerialBase
633 def interCharTimeout(self, interCharTimeout): argument