Home
last modified time | relevance | path

Searched refs:kFirstByteBits (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/can/1.0/tools/libprotocan/
DSignal.cpp40 kFirstByteBits(8 - kFirstBit), in Signal()
59 return (v << kFirstByteBits) | ((msg.payload[kFirstByte] & kFirstMask) >> kFirstBit); in get()
68 val >>= kFirstByteBits; in set()
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/include/libprotocan/
DSignal.h42 const uint8_t kFirstByteBits; ///< How many bits of the first byte belong to the signal variable