Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DCMSDK_APB_UART.cs74 ….WithFlag(1, out rxInterruptPending, FieldMode.Read | FieldMode.WriteOneToClear, name: "RxInterrup… in CMSDK_APB_UART()
104 rxInterruptPending.Value = true; in CharWritten()
116 bool rxInterrupt = rxInterruptEnabled.Value && rxInterruptPending.Value; in UpdateInterrupts()
135 private IFlagRegisterField rxInterruptPending; field in Antmicro.Renode.Peripherals.UART.CMSDK_APB_UART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DNRF52840_I2C.cs138 .WithFlag(0, out rxInterruptPending, name: "EVENTS_RXREADY") in DefineRegisters()
298 rxInterruptPending.Value = true; in TryFillReceivedBuffer()
376 flag |= rxInterruptEnabled.Value && rxInterruptPending.Value; in UpdateInterrupts()
395 private IFlagRegisterField rxInterruptPending; field in Antmicro.Renode.Peripherals.I2C.NRF52840_I2C