Home
last modified time | relevance | path

Searched refs:offset_tc (Results 1 – 4 of 4) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
Dmldl.c615 for (ii = 0; ii < ARRAY_SIZE(mldlCfg.offset_tc); ii++) { in inv_set_offsetTC()
616 mldlCfg.offset_tc[ii] = tc[ii]; in inv_set_offsetTC()
643 ((mldlCfg.offset_tc[0] << 1) in inv_set_offsetTC()
649 reg = ((mldlCfg.offset_tc[1] << 1) & BITS_YG_OFFS_TC); in inv_set_offsetTC()
662 ((mldlCfg.offset_tc[2] << 1) in inv_set_offsetTC()
Dmldl_cfg_mpu.c76 MPL_LOGD("mldl_cfg.offset_tc[0] = %02x\n", mldl_cfg->offset_tc[0]); in mpu_print_cfg()
77 MPL_LOGD("mldl_cfg.offset_tc[1] = %02x\n", mldl_cfg->offset_tc[1]); in mpu_print_cfg()
78 MPL_LOGD("mldl_cfg.offset_tc[2] = %02x\n", mldl_cfg->offset_tc[2]); in mpu_print_cfg()
Dmldl_cfg.h100 unsigned char offset_tc[GYRO_NUM_AXES]; member
Dml.c1254 if ((mldl_cfg->offset_tc[0] != 0) || in inv_set_bias_update()
1255 (mldl_cfg->offset_tc[1] != 0) || (mldl_cfg->offset_tc[2] != 0)) { in inv_set_bias_update()