Searched refs:supportsTimeLatch (Results 1 – 1 of 1) sorted by relevance
24 …int frequency = DefaultTimerFrequency, bool supportsTimeLatch = false, bool separateInterrupts = t… in Gaisler_GPTimer() argument37 this.supportsTimeLatch = supportsTimeLatch; in Gaisler_GPTimer()65 public uint GetDeviceID() => supportsTimeLatch ? DeviceIDWithLatch : DeviceID; in GetDeviceID()97 if(supportsTimeLatch) in DefineRegisters()141 if(supportsTimeLatch) in DefineRegisters()190 private readonly bool supportsTimeLatch; field in Antmicro.Renode.Peripherals.Timers.Gaisler_GPTimer