Searched refs:ShifterStopBitConfiguration (Results 1 – 2 of 2) sorted by relevance
29 … public Bits StopBits => shifter.StopBit == ShifterStopBitConfiguration ? Bits.One : Bits.None;62 protected const uint ShifterStopBitConfiguration = 0b11; field in Antmicro.Renode.Peripherals.Miscellaneous.UARTDirectionBase67 … LogWarningNonEqual(shifter.StopBit, ShifterStopBitConfiguration, "stop bit", shifter.Name); in LogCommonWarnings()
43 if(value == uint.MaxValue && shifter.StartBit == ShifterStopBitConfiguration) in OnTransmission()