Home
last modified time | relevance | path

Searched refs:interruptIdentification (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNS16550.cs151 interruptIdentification |= (InterruptLevel)FifoControl.IsEnabled; in WriteByte()
171interruptIdentification &= (InterruptLevel)unchecked((byte)(~FifoControl.IsEnabled)); in WriteByte()
280 value = (byte)interruptIdentification; in ReadByte()
368 interruptIdentification = InterruptLevel.NoInterruptsPending; in Reset()
409interruptIdentification = interruptId | (interruptIdentification & (InterruptLevel)0xF0); in Update()
430 private InterruptLevel interruptIdentification; field in Antmicro.Renode.Peripherals.UART.NS16550
DRenesasDA14_UART.cs37 interruptIdentification = InterruptLevel.NoInterruptsPending; in Reset()
170 interruptIdentification = interruptId; in UpdateInterrupts()
408 private InterruptLevel interruptIdentification; field in Antmicro.Renode.Peripherals.UART.RenesasDA14_UART