[][src]Function cmsis_dsp_sys_pregenerated::arm_sub_q31

pub unsafe extern "C" fn arm_sub_q31(
    pSrcA: *const q31_t,
    pSrcB: *const q31_t,
    pDst: *mut q31_t,
    blockSize: u32
)

@brief Q31 vector subtraction. @param[in] pSrcA points to the first input vector @param[in] pSrcB points to the second input vector @param[out] pDst points to the output vector @param[in] blockSize number of samples in each vector