[][src]Function cmsis_dsp_sys_pregenerated::arm_copy_q7

pub unsafe extern "C" fn arm_copy_q7(
    pSrc: *const q7_t,
    pDst: *mut q7_t,
    blockSize: u32
)

@brief Copies the elements of a Q7 vector. @param[in] pSrc input pointer @param[out] pDst output pointer @param[in] blockSize number of samples to process