[][src]Function cmsis_dsp_sys_pregenerated::arm_not_u8

pub unsafe extern "C" fn arm_not_u8(
    pSrc: *const u8,
    pDst: *mut u8,
    blockSize: u32
)

@brief Compute the logical bitwise NOT of a fixed-point vector. @param[in] pSrc points to input vector @param[out] pDst points to output vector @param[in] blockSize number of samples in each vector @return none