Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEOSS3_SimplePeriodicTimer.cs18 interruptTimestamps = new ushort[NumberOfInterrupts]; in EOSS3_SimplePeriodicTimer()
45 interruptTimestamps = new ushort[NumberOfInterrupts]; in Reset()
72interruptTimestamps[number] = (ushort)timerSoftware30Bit.Value; //only lower bits are latched in OnGPIO()
90 return interruptTimestamps[number]; in GetInterruptTimestamp()
199 private ushort[] interruptTimestamps; field in Antmicro.Renode.Peripherals.Timers.EOSS3_SimplePeriodicTimer