| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | UARTToSpiConverter.cs | 40 public Bits StopBits property in Antmicro.Renode.Peripherals.SPI.UARTToSpiConverter
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | TrivialUart.cs | 50 public Bits StopBits => Bits.None; field in Antmicro.Renode.Peripherals.UART.TrivialUart
|
| D | LEUART.cs | 183 StopBits = 1 << 4 enumerator 200 public Bits StopBits property in Antmicro.Renode.Peripherals.UART.LEUART
|
| D | SemihostingUart.cs | 24 public Bits StopBits property in Antmicro.Renode.Peripherals.UART.SemihostingUart
|
| D | PULP_STDOUT.cs | 41 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.PULP_STDOUT
|
| D | PicoSoC_SimpleUART.cs | 57 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.PicoSoC_SimpleUART
|
| D | SmartbondUART.cs | 60 public override Bits StopBits => Bits.None; field in Antmicro.Renode.Peripherals.UART.SmartbondUART
|
| D | XMC4XXX_UART.cs | 63 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.XMC4XXX_UART
|
| D | Potato_UART.cs | 72 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.Potato_UART
|
| D | AxiUartLite.cs | 75 public Bits StopBits { get { return Bits.One; } } property in Antmicro.Renode.Peripherals.UART.AxiUartLite
|
| D | AlteraJTAG_UART.cs | 54 public override Bits StopBits => Bits.None; field in Antmicro.Renode.Peripherals.UART.AlteraJTAG_UART
|
| D | MesonUart.cs | 110 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.MesonUart
|
| D | DummyLINPeripheral.cs | 83 public override Bits StopBits => Bits.None; field in Antmicro.Renode.Peripherals.LIN.DummyLINPeripheral
|
| D | Infineon_SCBUART.cs | 51 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.Infineon_SCBUART
|
| D | MiV_CoreUART.cs | 79 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.MiV_CoreUART
|
| D | NEORV32_UART.cs | 141 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.NEORV32_UART
|
| D | BCM2711_AUX_UART.cs | 48 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.BCM2711_AUX_UART
|
| D | LiteX_UART.cs | 100 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.UART.LiteX_UART
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/ |
| D | CANToUART.cs | 52 public override Bits StopBits => Bits.One; field in Antmicro.Renode.Peripherals.CAN.CANToUART
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/ |
| D | IUART.cs | 22 Bits StopBits { get; } property
|
| D | UARTBase.cs | 119 public abstract Bits StopBits { get; } property in Antmicro.Renode.Peripherals.UART.UARTBase
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_SLAB_ITM.cs | 25 public override Bits StopBits { get { return Bits.One; } } property in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SLAB_ITM
|
| /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; field in Antmicro.Renode.Peripherals.Miscellaneous.UARTDirectionBase
|
| D | S32K3XX_FlexIO_UART.cs | 73 …public Bits StopBits => LogWarningWhenDirectionsDiffer(receiver?.StopBits, transmitter?.StopBits, … field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIO_UART
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | CDCToUARTConverter.cs | 74 public Bits StopBits { get; set; } property in Antmicro.Renode.Peripherals.USB.CDCToUARTConverter
|