Home
last modified time | relevance | path

Searched refs:CreateCDCToUARTConverter (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() method in Antmicro.Renode.Peripherals.USB.CDCToUARTConverterExtensions
35 var CDCUart = CreateCDCToUARTConverter(emulation, name); in CreateAndAttachCDCToUARTConverter()