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

  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 147 SetCommMask = _stdcall_libraries['kernel32'].SetCommMask
148 SetCommMask.restype = BOOL
149 SetCommMask.argtypes = [HANDLE, DWORD]
315 'LPDCB', 'CreateEventW', 'SetCommMask', 'EV_EVENT1',
serialwin32.py 129 win32.SetCommMask(self.hComPort, win32.EV_ERR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commapi.h 32 WINBASEAPI WINBOOL WINAPI SetCommMask (HANDLE hFile, DWORD dwEvtMask);
winbase.h     [all...]

Completed in 373 milliseconds