Home
last modified time | relevance | path

Searched defs:Number (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DIrqEnd.cs44 public int Number { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.IrqEnd
DGrammar.cs100 …public static readonly Parser<string> Number = HexadecimalNumberWithSign.Or(DecimalNumberWithSign); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar