Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DOpenTitan_UART.cs25 RxFrameErrorIRQ = new GPIO(); in OpenTitan_UART()
99 public GPIO RxFrameErrorIRQ { get; } property in Antmicro.Renode.Peripherals.UART.OpenTitan_UART
310 RxFrameErrorIRQ.Set(rxFrameErrorPending.Value && rxFrameErrorEnabled.Value); in UpdateInterrupts()