Register Item Property (Int32, Int32)A Sandcastle Documented Class Library
Returns a sub-register, which begins at given offset and has given width.

Namespace: Quantum
Assembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Register this[
	int offset,
	int width
] { get; }

Parameters

offset
Type: System Int32
Begin of the sub-register. Offset = 0 indicates the Least Significant Bit of base register. Offset must be non-negative integer.
width
Type: System Int32
Width of the sub-register. Must be positive integer.

Return Value

Type: Register
Register, which is a part of base register, of given offset and width.
See Also