Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DCadence_TTC.cs217 private const int MatchTimerUnitsCount = 3; field in Antmicro.Renode.Peripherals.Timers.Cadence_TTC
226 Match = new MatchTimerUnit[MatchTimerUnitsCount]; in TimerUnit()
227 for(var i = 0; i < MatchTimerUnitsCount; i++) in TimerUnit()