[][src]Function cmsis_dsp_sys_pregenerated::arm_scale_q15

pub unsafe extern "C" fn arm_scale_q15(
    pSrc: *const q15_t,
    scaleFract: q15_t,
    shift: i8,
    pDst: *mut q15_t,
    blockSize: u32
)

@brief Multiplies a Q15 vector by a scalar. @param[in] pSrc points to the input vector @param[in] scaleFract fractional portion of the scale value @param[in] shift number of bits to shift the result by @param[out] pDst points to the output vector @param[in] blockSize number of samples in the vector