Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DOpenTitan_UART.cs143 .WithFlag(3, out rxOverflowEnabled, name: "INTR_ENABLE.rx_overflow") in BuildRegisterMap()
309 RxOverflowIRQ.Set(rxOverflowPending.Value && rxOverflowEnabled.Value); in UpdateInterrupts()
398 private IFlagRegisterField rxOverflowEnabled; field in Antmicro.Renode.Peripherals.UART.OpenTitan_UART