Searched refs:stopBit (Results 1 – 3 of 3) sorted by relevance
69 public uint StopBit => (uint)stopBit.Value;147 IValueRegisterField stopBit, IValueRegisterField startBit) : base(owner, identifier) in Shifter() argument157 this.stopBit = stopBit; in Shifter()221 private readonly IValueRegisterField stopBit; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Shifter
50 public TimerStopBit StopBit => stopBit.Value;150 IEnumRegisterField<TimerStopBit> stopBit, in Timer() argument168 this.stopBit = stopBit; in Timer()183 private readonly IEnumRegisterField<TimerStopBit> stopBit; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Timer
57 public override Bits StopBits => stopBit.Value ? Bits.Two : Bits.One;211 .WithFlag(4, out stopBit, name: "CONFIG_STOP") in DefineRegisters()409 private IFlagRegisterField stopBit; field in Antmicro.Renode.Peripherals.UART.NRF52840_UART