[][src]Function cmsis_dsp_sys_pregenerated::arm_xor_u16

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

@brief Compute the logical bitwise XOR of two fixed-point vectors. @param[in] pSrcA points to input vector A @param[in] pSrcB points to input vector B @param[out] pDst points to output vector @param[in] blockSize number of samples in each vector @return none