Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DCDCToUARTConverter.cs24 … public static CDCToUARTConverter CreateCDCToUARTConverter(this Emulation emulation, string name) in CreateCDCToUARTConverter()
26 var cdcToUARTConverter = new CDCToUARTConverter(); in CreateCDCToUARTConverter()
43 public class CDCToUARTConverter : USBHost, IUART, IExternal class
51 public CDCToUARTConverter(ushort UARTDataInEndpoint = 2) in CDCToUARTConverter() method in Antmicro.Renode.Peripherals.USB.CDCToUARTConverter