Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DIrqReceiver.cs18 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
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs168 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
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DParserTests.cs312 … Assert.AreEqual(3, attribute.Destinations.ElementAt(0).DestinationPeripheral.LocalIndex); in ShouldParseEntryWithLocalIrqReceiver()