Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasRZG_GPT.cs412 IRQ = new GPIO[InterruptCount]; in GPTChannel()
413 for(int i = 0; i < InterruptCount; ++i) in GPTChannel()
513 public const long InterruptCount = 10; field in Antmicro.Renode.Peripherals.Timers.RenesasRZG_GPT.GPTChannel
DRenesasRA_GPT.cs459 IRQ = new GPIO[InterruptCount]; in GPTChannel()
460 for(int i = 0; i < InterruptCount; ++i) in GPTChannel()
562 public const long InterruptCount = 9; field in Antmicro.Renode.Peripherals.Timers.RenesasRA_GPT.GPTChannel