Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/
Dreset.py23 TIOCM_RTS = getattr(termios, "TIOCM_RTS", 0x004) variable
55 status |= TIOCM_RTS
57 status &= ~TIOCM_RTS