Home
last modified time | relevance | path

Searched refs:TIOCM_RTS_str (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialposix.py267 TIOCM_RTS_str = struct.pack('I', TIOCM_RTS) variable
554 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_RTS_str)
556 fcntl.ioctl(self.fd, TIOCMBIC, TIOCM_RTS_str)
/aosp_15_r20/external/python/pyserial/serial/
Dserialposix.py297 TIOCM_RTS_str = struct.pack('I', TIOCM_RTS) variable
706 fcntl.ioctl(self.fd, TIOCMBIS, TIOCM_RTS_str)
708 fcntl.ioctl(self.fd, TIOCMBIC, TIOCM_RTS_str)