Home
last modified time | relevance | path

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

/hardware/invensense/60xx/mlsdk/platform/include/
Dmpu3050.h252 #define DLPF_FS_SYNC_VALUE(ext_sync, full_scale, lpf) \ argument
253 ((ext_sync << 5) | (full_scale << 3) | lpf)
/hardware/invensense/60xx/mlsdk/mllite/
Dmldl_cfg.h91 unsigned char ext_sync; member
Dmldl_cfg_mpu.c67 MPL_LOGD("mldl_cfg.ext_sync = %02x\n", mldl_cfg->ext_sync); in mpu_print_cfg()
Dmldl.c547 mldlCfg.ext_sync = extSync; in inv_set_external_sync()