Searched refs:irqTimeoutCallbackQueued (Results 1 – 1 of 1) sorted by relevance
120 …f (transactionInProgress && 0 == Interlocked.CompareExchange(ref irqTimeoutCallbackQueued, 1, 0)) { in BetrustedEcI2C()127 …l.Error, "Unable to add clock entry for timeout (queued: {0}): {1}", ex, irqTimeoutCallbackQueued); in BetrustedEcI2C()181 irqTimeoutCallbackQueued = 0; in FinishTransaction()340 private long irqTimeoutCallbackQueued; field in Antmicro.Renode.Peripherals.I2C.BetrustedEcI2C