Lines Matching refs:DR
303 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Accumulate()
305 temp = hcrc->Instance->DR; in HAL_CRC_Accumulate()
359 hcrc->Instance->DR = pBuffer[index]; in HAL_CRC_Calculate()
361 temp = hcrc->Instance->DR; in HAL_CRC_Calculate()
445 hcrc->Instance->DR = ((uint32_t)pBuffer[4U * i] << 24U) | \ in CRC_Handle_8()
455 …*(__IO uint8_t *)(__IO void *)(&hcrc->Instance->DR) = pBuffer[4U * i]; /* Derogation Misra… in CRC_Handle_8()
460 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation Misra… in CRC_Handle_8()
466 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation Misra… in CRC_Handle_8()
469 …*(__IO uint8_t *)(__IO void *)(&hcrc->Instance->DR) = pBuffer[(4U * i) + 2U]; /* Derogation Misra… in CRC_Handle_8()
474 return hcrc->Instance->DR; in CRC_Handle_8()
495 hcrc->Instance->DR = ((uint32_t)pBuffer[2U * i] << 16U) | (uint32_t)pBuffer[(2U * i) + 1U]; in CRC_Handle_16()
499 …pReg = (__IO uint16_t *)(__IO void *)(&hcrc->Instance->DR); /* Derogation MisraC20… in CRC_Handle_16()
504 return hcrc->Instance->DR; in CRC_Handle_16()