[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_lattice_init_f32

pub unsafe extern "C" fn arm_fir_lattice_init_f32(
    S: *mut arm_fir_lattice_instance_f32,
    numStages: u16,
    pCoeffs: *const float32_t,
    pState: *mut float32_t
)

@brief Initialization function for the floating-point FIR lattice filter. @param[in] S points to an instance of the floating-point 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.