Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DIfWrapper.cs14 public class IfWrapper<T> class
22 public IfWrapper(T value, bool condition) in IfWrapper() method in Antmicro.Renode.Utilities.IfWrapper
33 public IfWrapper<T> Then(Action<T> action) in Then()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DPeripheralRegisterExtensions.cs31 … public static IfWrapper<T> If<T>(this T register, bool condition) where T : PeripheralRegister
33 return new IfWrapper<T>(register, condition);