Lines Matching refs:DR
301 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Accumulate()
303 temp = hcrc->Instance->DR; in HAL_CRC_Accumulate()
357 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Calculate()
359 temp = hcrc->Instance->DR; in HAL_CRC_Calculate()
443 hcrc->Instance->DR = ((uint32_t)pBuffer[4U * i] << 24U) | \ in CRC_Handle_8()
453 …*(__IO uint8_t *)(__IO void *)(&hcrc->Instance->DR) = pBuffer[4U * i]; /* Derogation Misra… in CRC_Handle_8()
458 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation Misra… in CRC_Handle_8()
464 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation Misra… in CRC_Handle_8()
467 …*(__IO uint8_t *)(__IO void *)(&hcrc->Instance->DR) = pBuffer[(4U * i) + 2U]; /* Derogation Misra… in CRC_Handle_8()
472 return hcrc->Instance->DR; in CRC_Handle_8()
493 hcrc->Instance->DR = ((uint32_t)pBuffer[2U * i] << 16U) | (uint32_t)pBuffer[(2U * i) + 1U]; in CRC_Handle_16()
497 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation MisraC20… in CRC_Handle_16()
502 return hcrc->Instance->DR; in CRC_Handle_16()