rtxBitDecode.h File Reference
Bit decode functions. More...
#include "rtxsrc/rtxContext.h"
Go to the source code of this file.
Functions | |
| EXTERNRT int | rtxDecBits (OSCTXT *pctxt, OSUINT32 *pvalue, OSUINT32 nbits) |
| This function decodes up to sizeof(unsigned) bits and returns the result in an unsigned integer value. | |
Detailed Description
Bit decode functions.
Definition in file rtxBitDecode.h.
Function Documentation
|
||||||||||||||||
|
This function decodes up to sizeof(unsigned) bits and returns the result in an unsigned integer value.
|
