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 ) Obtains the bit values for the specified range.
GetBits ( bit64, int, int ) Obtains the bit values for the specified range.

Description of GetBits ( bit32, int, int )

Obtains the bit values for the specified range.

Description of GetBits ( bit64, int, int )

Obtains the bit values for the specified range.


CONFIDENTIAL