Home
last modified time | relevance | path

Searched refs:destinationPeripheral (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DIrqDestinations.cs15 …public IrqDestinations(IrqReceiver destinationPeripheral, IEnumerable<SingleOrMultiIrqEnd> destina… in IrqDestinations() argument
17 DestinationPeripheral = destinationPeripheral; in IrqDestinations()
DIrqAttribute.cs21 …buteWithInheritedPosition(SingleOrMultiIrqEnd source, IrqReceiver destinationPeripheral, SingleOrM… in SingleAttributeWithInheritedPosition() argument
25 … copy.Destinations = new[] { new IrqDestinations(destinationPeripheral, new[] { destination }) }; in SingleAttributeWithInheritedPosition()