Home
last modified time | relevance | path

Searched refs:LineControl (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNS16550.cs68 if((lineControl & LineControl.DivisorLatchAccess) != 0) in WriteByte()
178 case Register.LineControl: in WriteByte()
179 lineControl = (LineControl)value; in WriteByte()
229 if((lineControl & LineControl.DivisorLatchAccess) != 0) in ReadByte()
288 case Register.LineControl: in ReadByte()
432 private LineControl lineControl;
464 LineControl = 0x03, enumerator
484 private enum LineControl : byte enum in Antmicro.Renode.Peripherals.UART.NS16550
595 if((lineControl & LineControl.StopBits) == 0)
608 if((lineControl & LineControl.ParityEnable) == 0)
[all …]
DPL011.cs200 Registers.LineControl.Define(this) in DefineRegisters()
411 LineControl = 0x02c, enumerator
DRenesasDA14_UART.cs238 Registers.LineControl.Define(this) in DefineRegisters()
423 LineControl = 0x0C, enumerator