Main Page   Compound List   File List   Compound Members   File Members  

bitbuf.c File Reference

#include "bitbuf.h"

Go to the source code of this file.

Functions

void bitbufInit (BitBuf *bitBuffer, unsigned char *start, unsigned short bytesize)
unsigned char bitbufGet (BitBuf *bitBuffer)
unsigned char bitbufGetAtIndex (BitBuf *bitBuffer, unsigned short bitIndex)
void bitbufStore (BitBuf *bitBuffer, unsigned char bit)
void bitbufReset (BitBuf *bitBuffer)
void bitbufFlush (BitBuf *bitBuffer)
unsigned short bitbufGetDataLength (BitBuf *bitBuffer)


Function Documentation

void bitbufFlush ( BitBuf * bitBuffer )
 

Definition at line 99 of file bitbuf.c.

unsigned char bitbufGet ( BitBuf * bitBuffer )
 

Definition at line 33 of file bitbuf.c.

unsigned char bitbufGetAtIndex ( BitBuf * bitBuffer,
unsigned short bitIndex )
 

Definition at line 59 of file bitbuf.c.

unsigned short bitbufGetDataLength ( BitBuf * bitBuffer )
 

Definition at line 107 of file bitbuf.c.

void bitbufInit ( BitBuf * bitBuffer,
unsigned char * start,
unsigned short bytesize )
 

Definition at line 23 of file bitbuf.c.

void bitbufReset ( BitBuf * bitBuffer )
 

Definition at line 92 of file bitbuf.c.

void bitbufStore ( BitBuf * bitBuffer,
unsigned char bit )
 

Definition at line 65 of file bitbuf.c.


Generated at Fri Oct 25 15:36:38 2002 for avrlib by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001