Searched refs:supportedInterruptSignals (Results 1 – 1 of 1) sorted by relevance
76 … supportedInterruptSignals = (InterruptSignalType[])Enum.GetValues(typeof(InterruptSignalType)); in ARM_GenericInterruptController()154 …var cpuMappedConnections = supportedInterruptSignals.ToDictionary(type => type, _ => (IGPIO)new GP… in AttachCPU()176 var firstGPIO = (int)processorNumber * supportedInterruptSignals.Length; in AttachCPU()2055 private readonly InterruptSignalType[] supportedInterruptSignals; field