57#ifdef HAL_CRC_MODULE_ENABLED
236 for (index = 0U; index < BufferLength; index++)
238 hcrc->
Instance->DR = pBuffer[index];
270 for (index = 0U; index < BufferLength; index++)
272 hcrc->
Instance->DR = pBuffer[index];
HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc)
Initialize the CRC according to the specified parameters in the CRC_InitTypeDef and create the associ...
void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc)
Initializes the CRC MSP.
void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc)
DeInitialize the CRC MSP.
HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc)
DeInitialize the CRC peripheral.
uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength)
Compute the 32-bit CRC value of a 32-bit data buffer starting with the previously computed CRC as ini...
uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength)
Compute the 32-bit CRC value of a 32-bit data buffer starting with hcrc->Instance->INIT as initializa...
HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc)
Return the CRC handle state.
#define __HAL_CRC_DR_RESET(__HANDLE__)
Reset CRC Data Register.
#define __HAL_CRC_SET_IDR(__HANDLE__, __VALUE__)
Store data in the Independent Data (ID) register.
HAL_CRC_StateTypeDef
CRC HAL State Structure definition.
#define assert_param(expr)
This file contains all the functions prototypes for the HAL module driver.
HAL_StatusTypeDef
HAL Status structures definition
#define __HAL_UNLOCK(__HANDLE__)
CRC Handle Structure definition.
__IO HAL_CRC_StateTypeDef State