[][src]Function cmsis_dsp_sys_pregenerated::arm_min_q7

pub unsafe extern "C" fn arm_min_q7(
    pSrc: *const q7_t,
    blockSize: u32,
    result: *mut q7_t,
    index: *mut u32
)

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