[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_scale_q15

pub unsafe extern "C" fn arm_mat_scale_q15(
    pSrc: *const arm_matrix_instance_q15,
    scaleFract: q15_t,
    shift: i32,
    pDst: *mut arm_matrix_instance_q15
) -> Type

@brief Q15 matrix scaling. @param[in] pSrc points to input matrix @param[in] scaleFract fractional portion of the scale factor @param[in] shift number of bits to shift the result by @param[out] pDst points to output matrix @return The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.