HomeSort by relevance Sort by last modified time
    Searched refs:inv_int32_to_big8 (Results 1 - 5 of 5) sorted by null

  /hardware/invensense/mlsdk/mllite/
mlMathFunc.h 55 unsigned char *inv_int32_to_big8(long x, unsigned char *big8);
ml.c 477 inv_set_mpu_memory(KEY_D_0_96, 4, inv_int32_to_big8(0x40000000, regs));
1002 inv_int32_to_big8(inv_obj.gyro_sf, regs));
1014 result = inv_set_mpu_memory(KEY_D_0_24, 4, inv_int32_to_big8(sf, regs));
    [all...]
compass.c 397 inv_int32_to_big8(biasB[0], reg));
400 inv_int32_to_big8(biasB[1], reg));
403 inv_int32_to_big8(biasB[2], reg));
mlMathFunc.c 254 unsigned char *inv_int32_to_big8(long x, unsigned char *big8) function
mlFIFO.c 490 (void)inv_int32_to_big8((long)tmp, regs);
    [all...]

Completed in 70 milliseconds