Searched refs:rxFIFOThresholdStatus (Results 1 – 1 of 1) sorted by relevance
150 …rxFIFOThresholdStatus.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