Lines Matching refs:DR
307 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Accumulate()
309 temp = hcrc->Instance->DR; in HAL_CRC_Accumulate()
363 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Calculate()
365 temp = hcrc->Instance->DR; in HAL_CRC_Calculate()
449 hcrc->Instance->DR = ((uint32_t)pBuffer[4U * i] << 24U) | \ in CRC_Handle_8()
459 …*(__IO uint8_t *)(__IO void *)(&hcrc->Instance->DR) = pBuffer[4U * i]; /* Derogation Misra… in CRC_Handle_8()
464 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation Misra… in CRC_Handle_8()
470 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation Misra… in CRC_Handle_8()
473 …*(__IO uint8_t *)(__IO void *)(&hcrc->Instance->DR) = pBuffer[(4U * i) + 2U]; /* Derogation Misra… in CRC_Handle_8()
478 return hcrc->Instance->DR; in CRC_Handle_8()
499 hcrc->Instance->DR = ((uint32_t)pBuffer[2U * i] << 16U) | (uint32_t)pBuffer[(2U * i) + 1U]; in CRC_Handle_16()
503 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation MisraC20… in CRC_Handle_16()
508 return hcrc->Instance->DR; in CRC_Handle_16()