Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DNPCX_SMBus.cs153 (rxFIFOThresholdStatus.Value && !rxFIFOThresholdInterrupt.Value)) in TryReadFromPeripheral()
171 interrupt |= rxFIFOThresholdInterrupt.Value && rxFIFOThresholdStatus.Value; in UpdateInterrupts()
180 rxFIFOThresholdInterrupt.Value && rxFIFOThresholdStatus.Value, in UpdateInterrupts()
405 … .WithFlag(6, out rxFIFOThresholdInterrupt, name: "THR_RXIE (Threshold Rx-FIFO Interrupt Enable)") in DefineFIFORegisters()
434 private IFlagRegisterField rxFIFOThresholdInterrupt; field in Antmicro.Renode.Peripherals.I2C.NPCX_SMBus