[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_lattice_f32

pub unsafe extern "C" fn arm_fir_lattice_f32(
    S: *const arm_fir_lattice_instance_f32,
    pSrc: *const float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

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