Searched refs:IfWrapper (Results 1 – 2 of 2) sorted by relevance
14 public class IfWrapper<T> class22 public IfWrapper(T value, bool condition) in IfWrapper() method in Antmicro.Renode.Utilities.IfWrapper33 public IfWrapper<T> Then(Action<T> action) in Then()
31 … public static IfWrapper<T> If<T>(this T register, bool condition) where T : PeripheralRegister33 return new IfWrapper<T>(register, condition);