[][src]Function cmsis_dsp_sys_pregenerated::arm_conv_f32

pub unsafe extern "C" fn arm_conv_f32(
    pSrcA: *const float32_t,
    srcALen: u32,
    pSrcB: *const float32_t,
    srcBLen: u32,
    pDst: *mut float32_t
)

@brief Convolution of floating-point sequences. @param[in] pSrcA points to the first input sequence. @param[in] srcALen length of the first input sequence. @param[in] pSrcB points to the second input sequence. @param[in] srcBLen length of the second input sequence. @param[out] pDst points to the location where the output result is written. Length srcALen+srcBLen-1.