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/
DShifter.cs69 public uint StopBit => (uint)stopBit.Value;
147 IValueRegisterField stopBit, IValueRegisterField startBit) : base(owner, identifier) in Shifter() argument
157 this.stopBit = stopBit; in Shifter()
221 private readonly IValueRegisterField stopBit; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Shifter
DTimer.cs50 public TimerStopBit StopBit => stopBit.Value;
150 IEnumRegisterField<TimerStopBit> stopBit, in Timer() argument
168 this.stopBit = stopBit; in Timer()
183 private readonly IEnumRegisterField<TimerStopBit> stopBit; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Timer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNRF52840_UART.cs57 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