Searched refs:HAL_CRC_Init (Results 1 – 5 of 5) sorted by relevance
24 void HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init() function44 HAL_CRC_Init(hcrc); in HAL_CRC_Calculate()
139 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc);
95 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init() function
118 if (HAL_CRC_Init(HW_TypeDef) != HAL_OK) in _crc_update()438 if (HAL_CRC_Init(hcrc) != HAL_OK) in _crypto_create()
Completed in 10 milliseconds