Returns the unsigned number formed by the bits field to field + width - 1 from n. Bits are numbered from 0 (least significant) to 31 (most significant). All accessed bits must be in the range [0, 31].
field
field + width - 1
n
[0, 31]
The default for width is 1.
width
Optional
Returns the unsigned number formed by the bits
field
tofield + width - 1
fromn
. Bits are numbered from 0 (least significant) to 31 (most significant). All accessed bits must be in the range[0, 31]
.The default for
width
is 1.