|
Qualia
0.2
|
#include "bitarray.h"
Functions | |
| void | arrayBitWrite (uint8_t *dst, int pos, uint8_t bitValue) |
| void | arrayBitSet (uint8_t *dst, int pos) |
| void | arrayBitClear (uint8_t *dst, int pos) |
| void | arrayBitFlip (uint8_t *src, int pos) |
| uint8_t | arrayBitRead (const uint8_t *src, int pos) |
| void | arrayBlockWrite (void *dst, const void *src, int dstPos, int srcPos, int length) |
| void | arrayBlockCopy (void *dst, const void *src, int pos, int length, int dstByteSize) |
| void | initPointerAndPositionForBitOperation (uint8_t **array, int *pos) |
| void arrayBitClear | ( | uint8_t * | dst, |
| int | pos | ||
| ) |
| void arrayBitFlip | ( | uint8_t * | src, |
| int | pos | ||
| ) |
| uint8_t arrayBitRead | ( | const uint8_t * | src, |
| int | pos | ||
| ) |
| void arrayBitSet | ( | uint8_t * | dst, |
| int | pos | ||
| ) |
| void arrayBitWrite | ( | uint8_t * | dst, |
| int | pos, | ||
| uint8_t | bitValue | ||
| ) |
| void arrayBlockCopy | ( | void * | dst, |
| const void * | src, | ||
| int | pos, | ||
| int | length, | ||
| int | dstByteSize | ||
| ) |
| void arrayBlockWrite | ( | void * | dst, |
| const void * | src, | ||
| int | dstPos, | ||
| int | srcPos, | ||
| int | length | ||
| ) |
| void initPointerAndPositionForBitOperation | ( | uint8_t ** | array, |
| int * | pos | ||
| ) |
1.8.3.1