Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSAMD20_UART.cs62 .WithFlag(6, out stopBitMode, name: "Stop bit mode (SBMODE)") in SAMD20_UART()
198 public Bits StopBits => stopBitMode.Value ? Bits.Two : Bits.One;
258 private readonly IFlagRegisterField stopBitMode; field in Antmicro.Renode.Peripherals.UART.SAMD20_UART