Searched refs:mBitSign (Results 1 – 1 of 1) sorted by relevance
1877 uint8_t mBitSign = (mValue < 0) ? 1 : 0; in constructSensorSdr() local1882 record.body.m_msb_and_tolerance = (mBitSign << 7) | (mBitNine << 6); in constructSensorSdr()