Searched refs:rxOverflowInterrupt (Results 1 – 2 of 2) sorted by relevance
163 .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
178 .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