[][src]Function cmsis_dsp_sys_pregenerated::arm_q31_to_q7

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

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