HomeSort by relevance Sort by last modified time
    Searched refs:SetCommBreak (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py 143 SetCommBreak = _stdcall_libraries['kernel32'].SetCommBreak
144 SetCommBreak.restype = BOOL
145 SetCommBreak.argtypes = [HANDLE]
306 'LPSECURITY_ATTRIBUTES', 'SetCommBreak', 'SetCommTimeouts',
serialwin32.py 324 win32.SetCommBreak(self.hComPort)
332 win32.SetCommBreak(self.hComPort)

Completed in 3700 milliseconds