Searched defs:InterruptId (Results 1 – 1 of 1) sorted by relevance
1867 …private IEnumerable<DoubleWordRegister> BuildInterruptRegisters(InterruptId startId, InterruptId e… in BuildInterruptRegisters() argument2496 …ionary<InterruptId, SoftwareGeneratedInterrupt> GenerateSGIs(IReadOnlyDictionary<InterruptId, Inte… in GenerateSGIs()3177 public struct InterruptId struct3179 … public static IEnumerable<InterruptId> GetRange(InterruptId start, InterruptId end, uint step = 1) in GetRange()3187 public static explicit operator uint(InterruptId id) => id.id;3188 public static explicit operator int(InterruptId id) => (int)id.id;3190 public InterruptId(uint interruptId) in InterruptId() argument3195 public override string ToString() in ToString()3200 private readonly uint id;3306 public InterruptId InterruptId { get; } property