typedef uint32_t CRC_HandleTypeDef; extern CRC_HandleTypeDef hcrc; uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);