Home
last modified time | relevance | path

Searched defs:allowedValue (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DPeripheralRegister.cs483 public void Reserved(int position, int width, ulong? allowedValue = null) in Reserved()
495 public void Tag(string name, int position, int width, ulong? allowedValue = null) in Tag()
867 … private void ThrowIfAllowedValueDoesNotFitInWidth(int width, ulong allowedValue, string name) in ThrowIfAllowedValueDoesNotFitInWidth()