Home
last modified time | relevance | path

Searched refs:rxOverflowInterruptEnable (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_EUSART_2.cs189 .WithFlag(4, out rxOverflowInterruptEnable, name: "RXOFIEN") in BuildRegistersCollection()
622 || (rxOverflowInterruptEnable.Value && rxOverflowInterrupt.Value) in UpdateInterrupts()
670 private IFlagRegisterField rxOverflowInterruptEnable; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2
DEFR32xG2_USART_0.cs199 .WithFlag(4, out rxOverflowInterruptEnable, name: "RXOFIEN") in BuildRegistersCollection()
740 || (rxOverflowInterruptEnable.Value && rxOverflowInterrupt.Value) in UpdateInterrupts()
797 private IFlagRegisterField rxOverflowInterruptEnable; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DOpenTitan_I2C.cs76 .WithFlag(3, out rxOverflowInterruptEnable, name: "rx_overflow") in OpenTitan_I2C()
380 RxOverflowIRQ.Set(rxOverflowInterruptState.Value && rxOverflowInterruptEnable.Value); in UpdateInterrupts()
606 private IFlagRegisterField rxOverflowInterruptEnable; field in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs245 .WithFlag(4, out rxOverflowInterruptEnable, name: "generic_rx_overflow") in DefineRegisters()
583 … GenericRxOverflow.Set(rxOverflowInterruptState.Value && rxOverflowInterruptEnable.Value); in UpdateInterrupts()
625 private IFlagRegisterField rxOverflowInterruptEnable; field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice