[][src]Function cmsis_dsp_sys_pregenerated::arm_max_f32

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

@brief Maximum value of a floating-point 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