Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs83 … public static readonly Parser<int> HexadecimalInt = HexadecimalUnsignedLong.Select(x => (int)x); field in Antmicro.Renode.PlatformDescription.Syntax.Grammar
257 ….Or(HexadecimalInt.Or(DecimalInt).Select(x => new SingleOrMultiIrqEnd(new[] { new IrqEnd(null, x) … in GetIrqEnd()