Function libopencm3_sys::crc_calculate[][src]

pub unsafe extern "C" fn crc_calculate(data: u32) -> u32

Add a word to the CRC calculator and return the result. @param data new word to add to the CRC calculator @return final CRC calculator value