[][src]Function cmsis_dsp_sys_pregenerated::arm_float_to_q31

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

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