Searched refs:device_name (Results 1 – 1 of 1) sorted by relevance
4 def mc_uart_connect(device_name): argument10 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)