Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/scripts/
Dmonitor.py4 def mc_uart_connect(device_name): argument
10 uart = clr.Convert(self.Machine[str(device_name)], Renode.Peripherals.UART.IUART)
12 print("Peripheral %s not found or not an IUART." % device_name)
15 print("Redirecting the input to %s, press <ESC> to quit..." % device_name)
23 print("Disconnected from %s" % device_name)