Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNXP_LPUART.cs257 ….WithFlag(9, out transmitFifoOverflowEnabled, name: "TXOFE / Transmit FIFO Overflow Interrupt Enab… in NXP_LPUART()
500 … var txOverflow = transmitFifoOverflowEnabled.Value && transmitFifoOverflowInterrupt.Value; in UpdateInterrupt()
604 private readonly IFlagRegisterField transmitFifoOverflowEnabled; field in Antmicro.Renode.Peripherals.UART.NXP_LPUART