[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_init_q31

pub unsafe extern "C" fn arm_fir_init_q31(
    S: *mut arm_fir_instance_q31,
    numTaps: u16,
    pCoeffs: *const q31_t,
    pState: *mut q31_t,
    blockSize: u32
)

@brief Initialization function for the Q31 FIR filter. @param[in,out] S points to an instance of the Q31 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 at a time.