[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_lattice_init_q15

pub unsafe extern "C" fn arm_fir_lattice_init_q15(
    S: *mut arm_fir_lattice_instance_q15,
    numStages: u16,
    pCoeffs: *const q15_t,
    pState: *mut q15_t
)

@brief Initialization function for the Q15 FIR lattice filter. @param[in] S points to an instance of the Q15 FIR lattice structure. @param[in] numStages number of filter stages. @param[in] pCoeffs points to the coefficient buffer. The array is of length numStages. @param[in] pState points to the state buffer. The array is of length numStages.