Home
last modified time | relevance | path

Searched refs:Two (Results 1 – 25 of 29) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DMurax_UART.cs117 case InnerStopBits.Two: in DefineRegisters()
118 stopBits = Bits.Two; in DefineRegisters()
154 Two enumerator
DSTM32_UART.cs88 case StopBitsValues.Two:
89 return Bits.Two;
250 Two = 2, enumerator
DSTM32W_UART.cs135 return (controlRegister & (uint)Control.Stop) == 0 ? Bits.One : Bits.Two;
DEFM32_UART.cs160 return Bits.Two;
DAppUart.cs181 public Bits StopBits { get { return (lineControl & 8u) == 0 ? Bits.One : Bits.Two; } }
DCadence_UART.cs123 case InternalStop.Two: in ConvertInternalStop()
124 return Bits.Two; in ConvertInternalStop()
518 Two = 0b10 enumerator
DLEUART.cs204 return (controlRegister & (uint)Control.StopBits) != 0 ? Bits.Two : Bits.One;
DPULP_uDMA_UART.cs124 public override Bits StopBits => stopBits.Value ? Bits.Two : Bits.One;
DSAM_USART.cs76 case NumberOfStopBitsValues.Two:
77 return Bits.Two;
624 Two = 2, enumerator
DSiFive_UART.cs128 public override Bits StopBits => numberOfStopBits.Value ? Bits.Two : Bits.One;
DNPCX_UART.cs59 public override Bits StopBits => stopBits ? Bits.Two : Bits.One;
DSAMD20_UART.cs198 public Bits StopBits => stopBitMode.Value ? Bits.Two : Bits.One;
DMAX32650_UART.cs139 stopBits = Bits.Two; in BuildRegisterMap()
DPL011.cs102 public override Bits StopBits => twoStopBitsSelect.Value ? Bits.Two : Bits.One;
DNS16550.cs600 return ((byte)lineControl & 3u) == 0 ? Bits.OneAndAHalf : Bits.Two;
DSTM32F7_USART.cs64 return Bits.Two;
DLPC_USART.cs55 public override Bits StopBits => stopBits ? Bits.Two : Bits.One;
DNRF52840_UART.cs57 public override Bits StopBits => stopBit.Value ? Bits.Two : Bits.One;
DRenesasDA14_UART.cs69 … return dataLength.Value == LineControlDataLength.FiveBits ? Bits.OneAndAHalf : Bits.Two;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DTwoStateEnum.cs18 Two enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DIUART.cs42 Two enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DPacketTests.cs205 structureEnum.enum1 = TestEnumByteType.Two; in TestEncode()
473 Two, enumerator
480 Two, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRZG_SCIFA.cs113 public Bits StopBits => hasTwoStopBits.Value ? Bits.Two : Bits.One;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DEFR32MG12_LDMA.cs978 Two = 1, enumerator
1023 Two = 1, enumerator
DEFR32xG22_LDMA.cs1255 Two = 1, enumerator
1300 Two = 1, enumerator

12