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

  /hardware/invensense/60xx/mlsdk/platform/include/
mpu3050.h 252 #define DLPF_FS_SYNC_VALUE(ext_sync, full_scale, lpf) \
253 ((ext_sync << 5) | (full_scale << 3) | lpf)
  /hardware/invensense/60xx/mlsdk/mllite/
mldl_cfg.h 91 unsigned char ext_sync; member in struct:mldl_cfg
mldl_cfg_mpu.c 67 MPL_LOGD("mldl_cfg.ext_sync = %02x\n", mldl_cfg->ext_sync);
mldl.c 547 mldlCfg.ext_sync = extSync;
    [all...]

Completed in 422 milliseconds