Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_USART_0.cs174 …rupt, valueProviderCallback: _ => (txCompleteInterrupt.Value && txCompleteInterruptEnable.Value), … in BuildRegistersCollection()
195 .WithFlag(0, out txCompleteInterruptEnable, name: "TXCIEN") in BuildRegistersCollection()
734 var txIrq = ((txCompleteInterruptEnable.Value && txCompleteInterrupt.Value) in UpdateInterrupts()
793 private IFlagRegisterField txCompleteInterruptEnable; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
DEFR32xG2_EUSART_2.cs185 .WithFlag(0, out txCompleteInterruptEnable, name: "TXCIEN") in BuildRegistersCollection()
616 var txIrq = ((txCompleteInterruptEnable.Value && txCompleteInterrupt.Value) in UpdateInterrupts()
666 private IFlagRegisterField txCompleteInterruptEnable; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2