#include <bitStack.h>
Definition at line 21 of file bitStack.h.
uint32 c_bitStack_Privates::auxUsedBits |
Definition at line 24 of file bitStack.h.
Referenced by clearStack(), getStackSize(), and stackData().
byte c_bitStack_Privates::dataStack[_MAX_DATA_STACK_SIZE_] |
Definition at line 22 of file bitStack.h.
Referenced by clearStack(), getDataBuffer(), setDataBuffer(), showStack(), stackData(), and unstackData().
boolean c_bitStack_Privates::firstUnstak |
Definition at line 30 of file bitStack.h.
Referenced by resetUnstack(), and unstackData().
enum endianness c_bitStack_Privates::outputEndianness |
Definition at line 25 of file bitStack.h.
Referenced by new_bitStack(), setOutputEndianness(), stackData(), and unstackData().
uint32 c_bitStack_Privates::stackSize |
Definition at line 23 of file bitStack.h.
Referenced by clearStack(), getStackSize(), setDataBuffer(), and stackData().
uint32 c_bitStack_Privates::unstackedBit |
Definition at line 28 of file bitStack.h.
Referenced by unstackData().
uint32 c_bitStack_Privates::unstackedByte |
Definition at line 29 of file bitStack.h.
Referenced by unstackData().
uint32 c_bitStack_Privates::unstackIndex |
Definition at line 27 of file bitStack.h.
Referenced by new_bitStack(), and unstackData().