Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DS32K3XX_PeriodicInterruptTimer.cs18 …, long oscillatorFrequency, bool hasRealTimeInterrupt = false, bool hasLifetimeTimer = false, bool… in S32K3XX_PeriodicInterruptTimer() argument
24 …DefineRegisters(oscillatorFrequency, hasRealTimeInterrupt, hasLifetimeTimer, supportsTimersChainin… in S32K3XX_PeriodicInterruptTimer()
48 …Registers(long oscillatorFrequency, bool hasRealTimeInterrupt, bool hasLifetimeTimer, bool support… in DefineRegisters() argument
65 if(hasLifetimeTimer) in DefineRegisters()