Searched refs:bBitSign (Results 1 – 1 of 1) sorted by relevance
1909 uint8_t bBitSign = (bValue < 0) ? 1 : 0; in constructSensorSdr() local1914 record.body.bMsbAndAccuracyLsb = (bBitSign << 7) | (bBitNine << 6); in constructSensorSdr()