[][src]Function cmsis_dsp_sys_pregenerated::arm_lms_q31

pub unsafe extern "C" fn arm_lms_q31(
    S: *const arm_lms_instance_q31,
    pSrc: *const q31_t,
    pRef: *mut q31_t,
    pOut: *mut q31_t,
    pErr: *mut q31_t,
    blockSize: u32
)

@brief Processing function for Q31 LMS filter. @param[in] S points to an instance of the Q15 LMS filter structure. @param[in] pSrc points to the block of input data. @param[in] pRef points to the block of reference data. @param[out] pOut points to the block of output data. @param[out] pErr points to the block of error data. @param[in] blockSize number of samples to process.