Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DLPC_USART.cs90 private bool RxLevelInterruptStatus property in Antmicro.Renode.Peripherals.UART.LPC_USART
292 … .WithFlag(3, FieldMode.Read, name: "RXLVL", valueProviderCallback: _ => RxLevelInterruptStatus) in DefineRegisters()
388 var status = TxLevelInterruptStatus || RxLevelInterruptStatus; in UpdateInterrupts()