Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_USART_0.cs174 ….WithFlag(0, out txCompleteInterrupt, valueProviderCallback: _ => (txCompleteInterrupt.Value && tx… in BuildRegistersCollection()
658 txCompleteInterrupt.Value = true; in HandleTxBufferData()
734 var txIrq = ((txCompleteInterruptEnable.Value && txCompleteInterrupt.Value) in UpdateInterrupts()
786 private IFlagRegisterField txCompleteInterrupt; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
DEFR32xG2_EUSART_2.cs159 .WithFlag(0, out txCompleteInterrupt, name: "TXCIF") in BuildRegistersCollection()
596 txCompleteInterrupt.Value = true; in HandleTxBufferData()
616 var txIrq = ((txCompleteInterruptEnable.Value && txCompleteInterrupt.Value) in UpdateInterrupts()
660 private IFlagRegisterField txCompleteInterrupt; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2