[][src]Function cmsis_dsp_sys_pregenerated::arm_q15_to_q31

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

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