HomeSort by relevance Sort by last modified time
    Searched full:otp0 (Results 1 - 1 of 1) sorted by null

  /hardware/invensense/mlsdk/mlutils/
mputest.c 791 unsigned char otp0[8]; local
797 0x00, 6, otp0);
803 ((int)otp0[1] << 8 | otp0[0]) & 0x1fff);
805 (((int)otp0[2] << 8 | otp0[1]) & 0x03ff ) >> 5);
807 ( ((int)otp0[4] << 16 | (int)otp0[3] << 8 |
808 otp0[2]) & 0x3ffff) >> 2);
810 ( ((int)otp0[5] << 8 | otp0[4]) & 0x3fff) >> 2)
    [all...]

Completed in 58 milliseconds