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

  /hardware/invensense/mlsdk/mllite/
mldl.c 615 for (ii = 0; ii < ARRAY_SIZE(mldlCfg.offset_tc); ii++) {
616 mldlCfg.offset_tc[ii] = tc[ii];
643 ((mldlCfg.offset_tc[0] << 1)
649 reg = ((mldlCfg.offset_tc[1] << 1) & BITS_YG_OFFS_TC);
662 ((mldlCfg.offset_tc[2] << 1)
    [all...]
mldl_cfg_mpu.c 76 MPL_LOGD("mldl_cfg.offset_tc[0] = %02x\n", mldl_cfg->offset_tc[0]);
77 MPL_LOGD("mldl_cfg.offset_tc[1] = %02x\n", mldl_cfg->offset_tc[1]);
78 MPL_LOGD("mldl_cfg.offset_tc[2] = %02x\n", mldl_cfg->offset_tc[2]);
mldl_cfg.h 100 unsigned char offset_tc[GYRO_NUM_AXES]; member in struct:mldl_cfg
ml.c     [all...]

Completed in 46 milliseconds