Home | History | Annotate | Download | only in mllite

Lines Matching refs:divider

450  *          2) output sampling divider.
452 * The output sampling rate is determined by the divider and the low
455 * divider is 8kHz; for all other settings it is 1kHz.
456 * The 8-bit divider will divide this frequency to get the resulting
458 * For example, if the filter setting is not 256Hz and the divider is
465 * sample rate divider settig.
476 * @param divider Output sampling rate divider, 0 to 255.
480 inv_error_t inv_dl_cfg_sampling(unsigned char lpf, unsigned char divider)
488 mldlCfg.divider = divider;