[][src]Function cmsis_dsp_sys_pregenerated::arm_copy_q31

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

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