Searched refs:interruptIdentification (Results 1 – 2 of 2) sorted by relevance
151 interruptIdentification |= (InterruptLevel)FifoControl.IsEnabled; in WriteByte()171 … interruptIdentification &= (InterruptLevel)unchecked((byte)(~FifoControl.IsEnabled)); in WriteByte()280 value = (byte)interruptIdentification; in ReadByte()368 interruptIdentification = InterruptLevel.NoInterruptsPending; in Reset()409 … interruptIdentification = interruptId | (interruptIdentification & (InterruptLevel)0xF0); in Update()430 private InterruptLevel interruptIdentification; field in Antmicro.Renode.Peripherals.UART.NS16550
37 interruptIdentification = InterruptLevel.NoInterruptsPending; in Reset()170 interruptIdentification = interruptId; in UpdateInterrupts()408 private InterruptLevel interruptIdentification; field in Antmicro.Renode.Peripherals.UART.RenesasDA14_UART