[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_q7

pub unsafe extern "C" fn arm_fir_q7(
    S: *const arm_fir_instance_q7,
    pSrc: *const q7_t,
    pDst: *mut q7_t,
    blockSize: u32
)

@brief Processing function for the Q7 FIR filter. @param[in] S points to an instance of the Q7 FIR filter structure. @param[in] pSrc points to the block of input data. @param[out] pDst points to the block of output data. @param[in] blockSize number of samples to process.