/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_i2c.c | 964 hi2c->Instance->DR = 0x00U; in I2C_Flush_DR() 1115 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1127 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1272 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1294 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1304 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1326 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1345 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1355 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1374 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_i2c.c | 964 hi2c->Instance->DR = 0x00U; in I2C_Flush_DR() 1115 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1127 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1272 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1294 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1304 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1326 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1345 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1355 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1374 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_i2c.c | 982 hi2c->Instance->DR = 0x00U; in I2C_Flush_DR() 1133 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1145 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1306 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1332 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1345 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1371 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1407 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1420 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1439 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_i2c.c | 964 hi2c->Instance->DR = 0x00U; in I2C_Flush_DR() 1115 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1127 hi2c->Instance->DR = *hi2c->pBuffPtr; in HAL_I2C_Master_Transmit() 1272 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1294 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1304 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1326 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1345 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1355 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() 1374 *hi2c->pBuffPtr = (uint8_t)hi2c->Instance->DR; in HAL_I2C_Master_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_crc.c | 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_crc.c | 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() [all …]
|
D | stm32l5xx_hal_spi.c | 891 hspi->Instance->DR = *((uint16_t *)hspi->pTxBuffPtr); in HAL_SPI_Transmit() 901 hspi->Instance->DR = *((uint16_t *)hspi->pTxBuffPtr); in HAL_SPI_Transmit() 925 hspi->Instance->DR = *((uint16_t *)hspi->pTxBuffPtr); in HAL_SPI_Transmit() 931 *((__IO uint8_t *)&hspi->Instance->DR) = (*hspi->pTxBuffPtr); in HAL_SPI_Transmit() 944 hspi->Instance->DR = *((uint16_t *)hspi->pTxBuffPtr); in HAL_SPI_Transmit() 950 *((__IO uint8_t *)&hspi->Instance->DR) = (*hspi->pTxBuffPtr); in HAL_SPI_Transmit() 1107 (* (uint8_t *)hspi->pRxBuffPtr) = *(__IO uint8_t *)&hspi->Instance->DR; in HAL_SPI_Receive() 1131 *((uint16_t *)hspi->pRxBuffPtr) = (uint16_t)hspi->Instance->DR; in HAL_SPI_Receive() 1166 *((uint16_t *)hspi->pRxBuffPtr) = (uint16_t)hspi->Instance->DR; in HAL_SPI_Receive() 1171 (*(uint8_t *)hspi->pRxBuffPtr) = *(__IO uint8_t *)&hspi->Instance->DR; in HAL_SPI_Receive() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_crc.c | 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() [all …]
|