Searched defs:StateMask (Results 1 – 4 of 4) sorted by relevance
16 struct StateMask struct18 public StateMask(ulong state, ulong mask) in StateMask() method24 public bool HasMaskBit(int position) in HasMaskBit()29 public StateMask WithBitValue(int position, bool value) in WithBitValue()35 public readonly ulong State;36 public readonly ulong Mask;38 public static readonly StateMask AllAccess = new StateMask(0, 0);
20 StateMask? StateMask { get; } property
39 public StateMask? StateMask { get; } property in Antmicro.Renode.Peripherals.Bus.BusRegistration
925 StateMask = 0x500, enumerator