[][src]Function cmsis_dsp_sys_pregenerated::arm_mean_q15

pub unsafe extern "C" fn arm_mean_q15(
    pSrc: *const q15_t,
    blockSize: u32,
    pResult: *mut q15_t
)

@brief Mean value of a Q15 vector. @param[in] pSrc is input pointer @param[in] blockSize is the number of samples to process @param[out] pResult is output value.