Searched refs:LocalIndex (Results 1 – 3 of 3) sorted by relevance
18 LocalIndex = localIndex; in IrqReceiver()31 … return Reference.ToShortString() + (LocalIndex != null ? "#" + LocalIndex.ToString() : ""); in ToShortString()40 public int? LocalIndex { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.IrqReceiver
168 var destinationLocalIndex = irq.DestinationPeripheral.LocalIndex; in ProcessInner()823 var localIndex = attribute.DestinationPeripheral.LocalIndex; in SetPropertiesAndConnectInterrupts()1088 …if(attribute.DestinationPeripheral.LocalIndex.HasValue && !typeof(ILocalGPIOReceiver).IsAssignable… in ValidateAttributePreMerge()1817 LocalIndex = localIndex; in IrqDestination()1822 public readonly int? LocalIndex; field
312 … Assert.AreEqual(3, attribute.Destinations.ElementAt(0).DestinationPeripheral.LocalIndex); in ShouldParseEntryWithLocalIrqReceiver()