[][src]Function cmsis_dsp_sys_pregenerated::arm_min_q31

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

@brief Minimum value of a Q31 vector. @param[in] pSrc is input pointer @param[in] blockSize is the number of samples to process @param[out] pResult is output pointer @param[out] pIndex is the array index of the minimum value in the input buffer.