Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs85 createdEndpoint: out deviceToHostEndpoint))); in ArduinoLoader()
89 deviceToHostEndpoint.NonBlocking = true; in ArduinoLoader()
278 deviceToHostEndpoint.HandlePacket(System.Text.ASCIIEncoding.ASCII.GetBytes(s + "\n\r")); in SendResponse()
324 private USBEndpoint deviceToHostEndpoint; field in Antmicro.Renode.Integrations.ArduinoLoader