Home
last modified time | relevance | path

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

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