[][src]Function cmsis_dsp_sys_pregenerated::arm_copy_f32

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

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