[][src]Function cmsis_dsp_sys_pregenerated::arm_sort_f32

pub unsafe extern "C" fn arm_sort_f32(
    S: *const arm_sort_instance_f32,
    pSrc: *mut float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@param[in] S points to an instance of the sorting structure. @param[in] pSrc points to the block of input data. @param[out] pDst points to the block of output data. @param[in] blockSize number of samples to process.