Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DBetrustedEcI2C.cs120 …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