Lines Matching full:bits
47 /*! \brief Function to set bits in a byte buffer.
50 * The array used for storing the bits must always be a multiple of two
51 * bytes. Up to eight bits can be set or cleared in one operation.
57 * \param usBitOffset The starting address of the bits to set. The first
59 * \param ucNBits Number of bits to modify. The value must always be smaller
61 * \param ucValues Thew new values for the bits. The value for the first bit
74 * // Set bits 8 - 11 to 0x05 and bits 12 - 15 to 0x0A;
81 /*! \brief Function to read bits in a byte buffer.
87 * \param usBitOffset The starting address of the bits to set. The first
89 * \param ucNBits Number of bits to modify. The value must always be smaller
96 * // Extract the bits 3 - 10.