Searched refs:lpf (Results 1 - 7 of 7) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldl_cfg.h93 unsigned char lpf; member in struct:mldl_cfg
318 if (((mldl_cfg->lpf) == 0) || ((mldl_cfg->lpf) == 7))
326 if (((mldl_cfg->lpf) == 0) || ((mldl_cfg->lpf) == 7))
H A Dmldl.h131 inv_error_t inv_dl_cfg_sampling(unsigned char lpf, unsigned char divider);
H A Dmldl.c475 * @param lpf low pass filter, 0 to 7.
480 inv_error_t inv_dl_cfg_sampling(unsigned char lpf, unsigned char divider) argument
483 if (lpf >= NUM_MPU_FILTER) {
487 mldlCfg.lpf = lpf;
H A Dmldl_cfg_mpu.c69 MPL_LOGD("mldl_cfg.lpf = %02x\n", mldl_cfg->lpf);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.h24 * @lpf: Digital low pass filter.
39 const char *lpf; member in struct:inv_sysfs_names_s
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.h18 * @lpf: Digital low pass filter.
33 const char *lpf; member in struct:inv_sysfs_names_s
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmpu3050.h252 #define DLPF_FS_SYNC_VALUE(ext_sync, full_scale, lpf) \
253 ((ext_sync << 5) | (full_scale << 3) | lpf)

Completed in 247 milliseconds