[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_init_q7

pub unsafe extern "C" fn arm_fir_init_q7(
    S: *mut arm_fir_instance_q7,
    numTaps: u16,
    pCoeffs: *const q7_t,
    pState: *mut q7_t,
    blockSize: u32
)

@brief Initialization function for the Q7 FIR filter. @param[in,out] S points to an instance of the Q7 FIR structure. @param[in] numTaps Number of filter coefficients in the filter. @param[in] pCoeffs points to the filter coefficients. @param[in] pState points to the state buffer. @param[in] blockSize number of samples that are processed.