Home | History | Annotate | Download | only in mllite

Lines Matching refs:lpf

475  * @param   lpf         low pass filter,   0 to 7.
480 inv_error_t inv_dl_cfg_sampling(unsigned char lpf, unsigned char divider)
483 if (lpf >= NUM_MPU_FILTER) {
487 mldlCfg.lpf = lpf;