nn::math::GetBits Function
template <typename T>
T GetBits(
bit32 v,
int pos,
int len
);
template <typename T>
T GetBits(
bit64 v,
int pos,
int len
);
GetBits(bit32, int, int)
|
Gets the bit values from a specified range. |
GetBits(bit64, int, int)
|
Gets the bit values from a specified range. |
GetBits(bit32, int, int)Gets the bit values from a specified range.
GetBits(bit64, int, int)Gets the bit values from a specified range.
CONFIDENTIAL