Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DEnumConverter.cs17 public static readonly Func<TEnum, uint> ToUInt32 = GenerateUInt32Converter();
30 private static Func<TEnum, uint> GenerateUInt32Converter() in GenerateUInt32Converter() method in Antmicro.Renode.Utilities.TEnum