[][src]Function cmsis_dsp_sys_pregenerated::arm_lms_q15

pub unsafe extern "C" fn arm_lms_q15(
    S: *const arm_lms_instance_q15,
    pSrc: *const q15_t,
    pRef: *mut q15_t,
    pOut: *mut q15_t,
    pErr: *mut q15_t,
    blockSize: u32
)

@brief Processing function for Q15 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.