[][src]Function cmsis_dsp_sys_pregenerated::arm_max_q7

pub unsafe extern "C" fn arm_max_q7(
    pSrc: *const q7_t,
    blockSize: u32,
    pResult: *mut q7_t,
    pIndex: *mut u32
)

@brief Maximum value of a Q7 vector. @param[in] pSrc points to the input buffer @param[in] blockSize length of the input vector @param[out] pResult maximum value returned here @param[out] pIndex index of maximum value returned here