[][src]Function cmsis_dsp_sys_pregenerated::arm_copy_q15

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

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