HAL_CRC_Accumulate() function
Compute the 32-bit CRC value of a 32-bit data buffer starting with the previously computed CRC as initialization value.
Arguments
pBuffer
pointer to the input data buffer.
BufferLength
input data buffer length (number of uint32_t words).
Return value
uint32_t CRC (returned value LSBs for CRC shorter than 32 bits)
Examples
HAL_CRC_Accumulate() is referenced by 2 libraries and example projects: