Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DCadence_TTC.cs226 Match = new MatchTimerUnit[MatchTimerUnitsCount]; in TimerUnit()
229 … Match[i] = new MatchTimerUnit(clockSource, parent, this, frequency, $"{localName}-match{i}"); in TimerUnit()
362 public MatchTimerUnit[] Match { get; }
416 public class MatchTimerUnit class in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit
418 …public MatchTimerUnit(IClockSource clockSource, IPeripheral parent, TimerUnit owner, long frequenc… in MatchTimerUnit() method in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit.MatchTimerUnit