Searched refs:rxInterruptPending (Results 1 – 2 of 2) sorted by relevance
74 ….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
138 .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