[][src]Function cmsis_dsp_sys_pregenerated::arm_merge_sort_init_f32

pub unsafe extern "C" fn arm_merge_sort_init_f32(
    S: *mut arm_merge_sort_instance_f32,
    dir: Type,
    buffer: *mut float32_t
)

@param[in,out] S points to an instance of the sorting structure. @param[in] dir Sorting order. @param[in] buffer Working buffer.