[][src]Function cmsis_dsp_sys_pregenerated::arm_or_u32

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

@brief Compute the logical bitwise OR 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