Searched refs:ext_sync (Results 1 – 4 of 4) sorted by relevance
252 #define DLPF_FS_SYNC_VALUE(ext_sync, full_scale, lpf) \ argument253 ((ext_sync << 5) | (full_scale << 3) | lpf)
91 unsigned char ext_sync; member
67 MPL_LOGD("mldl_cfg.ext_sync = %02x\n", mldl_cfg->ext_sync); in mpu_print_cfg()
547 mldlCfg.ext_sync = extSync; in inv_set_external_sync()