Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_EUSART_2.cs163 .WithFlag(4, out rxOverflowInterrupt, name: "RXOFIF") in BuildRegistersCollection()
449 rxOverflowInterrupt.Value = true; in WriteChar()
622 || (rxOverflowInterruptEnable.Value && rxOverflowInterrupt.Value) in UpdateInterrupts()
664 private IFlagRegisterField rxOverflowInterrupt; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2
DEFR32xG2_USART_0.cs178 .WithFlag(4, out rxOverflowInterrupt, name: "RXOFIF") in BuildRegistersCollection()
512 rxOverflowInterrupt.Value = true; in WriteChar()
740 || (rxOverflowInterruptEnable.Value && rxOverflowInterrupt.Value) in UpdateInterrupts()
790 private IFlagRegisterField rxOverflowInterrupt; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0