Searched refs:WRITEBIT (Results 1 – 1 of 1) sorted by relevance
417 #define WRITEBIT(writer, bit){\ macro430 WRITEBIT(writer, value); in writeBits()435 WRITEBIT(writer, (unsigned char)((value >> i) & 1)); in writeBits()445 WRITEBIT(writer, (unsigned char)((value >> (nbits - 1u - i)) & 1u)); in writeBitsReversed()