Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DParsingError.cs55 IrqSourcePinDoesNotExist = 43, enumerator
DCreationDriver.cs809 … HandleError(ParsingError.IrqSourcePinDoesNotExist, multiplexedAttributes, in SetPropertiesAndConnectInterrupts()
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DVerificationTests.cs536 Assert.AreEqual(ParsingError.IrqSourcePinDoesNotExist, exception.Error); in ShouldFailOnNonExistingIrqSourcePin()