Searched refs:gpioNames (Results 1 – 1 of 1) sorted by relevance
32 gpioNames = new Dictionary<IGPIO, string>(); in InterruptManager()41 gpioNames[irq] = gpioName ?? string.Empty; in InterruptManager()66 gpioNames[gpioField] = irqProviderAttribute.Name ?? member.Name; in InterruptManager()317 master.Log(LogLevel.Noisy, "{0} set to: {1}", gpioNames[irq.Key], value); in RefreshInterrupts()323 private readonly Dictionary<IGPIO, string> gpioNames; field in Antmicro.Renode.Utilities.TInterrupt