Searched refs:kFirstByteBits (Results 1 – 2 of 2) sorted by relevance
40 kFirstByteBits(8 - kFirstBit), in Signal()59 return (v << kFirstByteBits) | ((msg.payload[kFirstByte] & kFirstMask) >> kFirstBit); in get()68 val >>= kFirstByteBits; in set()
42 const uint8_t kFirstByteBits; ///< How many bits of the first byte belong to the signal variable