Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DInterruptManager.cs31 subvectors = new Dictionary<IGPIO, HashSet<TInterrupt>>(); in InterruptManager()
96 if(!subvectors.TryGetValue(gpio, out HashSet<TInterrupt> interrupts)) in InterruptManager()
99 subvectors.Add(gpio, interrupts); in InterruptManager()
313 foreach(var irq in subvectors) in RefreshInterrupts()
324 private readonly Dictionary<IGPIO, HashSet<TInterrupt>> subvectors; field in Antmicro.Renode.Utilities.TInterrupt