Function libopencm3_sys::crc_calculate_block[][src]

pub unsafe extern "C" fn crc_calculate_block(
    datap: *mut u32,
    size: c_int
) -> u32

Add a block of data to the CRC calculator and return the final result @param datap pointer to the start of a block of 32bit data words @param size length of data, in 32bit increments @return final CRC calculator value