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

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py 115 SetupComm = _stdcall_libraries['kernel32'].SetupComm
116 SetupComm.restype = BOOL
117 SetupComm.argtypes = [HANDLE, DWORD, DWORD]
304 'FILE_FLAG_OVERLAPPED', 'EV_CTS', 'SetupComm',
serialwin32.py 76 win32.SetupComm(self.hComPort, 4096, 4096)
397 win32.SetupComm(self.hComPort, rx_size, tx_size)

Completed in 659 milliseconds