Searched refs:txInterruptPending (Results 1 – 2 of 2) sorted by relevance
36 txInterruptPending.Value = true; in CMSDK_APB_UART()73 ….WithFlag(0, out txInterruptPending, FieldMode.Read | FieldMode.WriteOneToClear, name: "TxInterrup… in CMSDK_APB_UART()115 bool txInterrupt = txInterruptEnabled.Value && txInterruptPending.Value; in UpdateInterrupts()134 private IFlagRegisterField txInterruptPending; field in Antmicro.Renode.Peripherals.UART.CMSDK_APB_UART
144 .WithFlag(0, out txInterruptPending, name: "EVENTS_TXDSENT") in DefineRegisters()263 txInterruptPending.Value = true; in DefineRegisters()375 flag |= txInterruptEnabled.Value && txInterruptPending.Value; in UpdateInterrupts()392 private IFlagRegisterField txInterruptPending; field in Antmicro.Renode.Peripherals.I2C.NRF52840_I2C