HAL_CRC_Calculate() function
Compute the 32-bit CRC value of a 32-bit data buffer starting with hcrc->Instance->INIT 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_Calculate() is referenced by 9 libraries and example projects: