Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_USART_0.cs179 .WithFlag(5, out rxUnderflowInterrupt, name: "RXUFIF") in BuildRegistersCollection()
675 rxUnderflowInterrupt.Value = true; in ReadBuffer()
741 || (rxUnderflowInterruptEnable.Value && rxUnderflowInterrupt.Value) in UpdateInterrupts()
791 private IFlagRegisterField rxUnderflowInterrupt; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
DEFR32xG2_EUSART_2.cs164 .WithFlag(5, out rxUnderflowInterrupt, name: "RXUFIF") in BuildRegistersCollection()
623 || (rxUnderflowInterruptEnable.Value && rxUnderflowInterrupt.Value)); in UpdateInterrupts()
665 private IFlagRegisterField rxUnderflowInterrupt; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_EUSART_2