[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_sparse_q31

pub unsafe extern "C" fn arm_fir_sparse_q31(
    S: *mut arm_fir_sparse_instance_q31,
    pSrc: *const q31_t,
    pDst: *mut q31_t,
    pScratchIn: *mut q31_t,
    blockSize: u32
)

@brief Processing function for the Q31 sparse FIR filter. @param[in] S points to an instance of the Q31 sparse FIR structure. @param[in] pSrc points to the block of input data. @param[out] pDst points to the block of output data @param[in] pScratchIn points to a temporary buffer of size blockSize. @param[in] blockSize number of input samples to process per call.