[][src]Function cmsis_dsp_sys_pregenerated::arm_float_to_q15

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

@brief Converts the elements of the floating-point vector to Q15 vector. @param[in] pSrc points to the floating-point input vector @param[out] pDst points to the Q15 output vector @param[in] blockSize length of the input vector