Documentation
Tools for embedded systems
Loading...
Searching...
No Matches
Bit-Field

API for the Bit-Field manipulation library. More...

Classes

class  qlibs::bitfield
 A BitField object. More...
 

Typedefs

template<size_t N>
using qlibs::bitArea
 Variable that allocates block of bytes to hold N bits for a BitField .
 

Detailed Description

API for the Bit-Field manipulation library.

For a brief description of this module, please read Bit-Field manipulation library

For a brief description of this module, please read Bit-Field manipulation library

Typedef Documentation

◆ bitArea

template<size_t N>
using qlibs::bitArea

Variable that allocates block of bytes to hold N bits for a BitField .

Template Parameters

in] N The desired number of bits for the BitField.