libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
crc_common_all.c File Reference
Include dependency graph for crc_common_all.c:

Go to the source code of this file.

Functions

void crc_reset (void)
 Reset the CRC calculator to initial values. More...
 
uint32_t crc_calculate (uint32_t data)
 Writes a data word to the register, the write operation stalling until the computation is complete. More...
 
uint32_t crc_calculate_block (uint32_t *datap, int size)
 Add a block of data to the CRC calculator and return the final result. More...