[][src]Function cmsis_dsp_sys_pregenerated::arm_float_to_q7

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

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