Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DNPCX_SMBus.cs150rxFIFOThresholdStatus.Value |= fifoMode.Value && rxQueue.Count > 0 && rxQueue.Count == (int)rxFIFO… in TryReadFromPeripheral()
153 (rxFIFOThresholdStatus.Value && !rxFIFOThresholdInterrupt.Value)) in TryReadFromPeripheral()
171 interrupt |= rxFIFOThresholdInterrupt.Value && rxFIFOThresholdStatus.Value; in UpdateInterrupts()
180 rxFIFOThresholdInterrupt.Value && rxFIFOThresholdStatus.Value, in UpdateInterrupts()
398 ….WithFlag(6, out rxFIFOThresholdStatus, FieldMode.Read | FieldMode.WriteOneToClear, name: "RX_THST… in DefineFIFORegisters()
438 private IFlagRegisterField rxFIFOThresholdStatus; field in Antmicro.Renode.Peripherals.I2C.NPCX_SMBus