Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DCadence_UART.cs97 public override Bits StopBits => ConvertInternalStop(stopBitsField.Value);
114 private static Bits ConvertInternalStop(InternalStop stop) in ConvertInternalStop() method in Antmicro.Renode.Peripherals.UART.Cadence_UART