Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DUARTDirectionBase.cs29 … public Bits StopBits => shifter.StopBit == ShifterStopBitConfiguration ? Bits.One : Bits.None;
67 … LogWarningNonEqual(shifter.StopBit, ShifterStopBitConfiguration, "stop bit", shifter.Name); in LogCommonWarnings()
78 …LogWarningNonEqual((uint)shifter.Timer.StopBit, (uint)TimerStopBit.OnTimerDisable, "stop bit", shi… in LogCommonWarnings()
DShifter.cs69 public uint StopBit => (uint)stopBit.Value; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Shifter
DTimer.cs50 public TimerStopBit StopBit => stopBit.Value; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Timer