[][src]Function cmsis_dsp_sys_pregenerated::arm_and_u8

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

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