nn::math::GetBits Function

Syntax

template <typename T>
T GetBits(
     bit32 v,
     int pos,
     int len
);
template <typename T>
T GetBits(
     bit64 v,
     int pos,
     int len
);

List of Overloaded Member Functions

GetBits(bit32, int, int) Gets the bit values from a specified range.
GetBits(bit64, int, int) Gets the bit values from a specified range.

Description of GetBits(bit32, int, int)

Gets the bit values from a specified range.

Description of GetBits(bit64, int, int)

Gets the bit values from a specified range.


CONFIDENTIAL