Searched refs:OverflowLimit (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | Cadence_TTC.cs | 223 …er = new LimitTimer(clockSource, frequency, parent, localName, limit: OverflowLimit, direction: Di… in TimerUnit() 401 timer.Limit = OverflowLimit; in UpdateLimit() 414 private const uint OverflowLimit = UInt32.MaxValue; field in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit 421 …er = new LimitTimer(clockSource, frequency, parent, localName, limit: OverflowLimit, direction: Di… in MatchTimerUnit() 423 limit = OverflowLimit; in MatchTimerUnit()
|