Searched refs:StopBit (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ | ||
| D | UARTDirectionBase.cs | 29 … public Bits StopBits => shifter.StopBit == ShifterStopBitConfiguration ? Bits.One : Bits.None; |
| D | Shifter.cs | 69 public uint StopBit => (uint)stopBit.Value; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Shifter |
| D | Timer.cs | 50 public TimerStopBit StopBit => stopBit.Value; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Timer |