Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DRegistrationInfo.cs30 public Type RegistrationInterface { get; set; } property in Antmicro.Renode.PlatformDescription.Syntax.RegistrationInfo
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs494 …registrationInfo.RegistrationInterface = typeof(IPeripheralRegister<,>).MakeGenericType(new[] { us… in ProcessEntryPreMerge()
1010 …registrationInfo.RegistrationInterface.GetMethod("Register").Invoke(register, new[] { entry.Variab… in TryRegisterFromEntry()