Searched refs:tempbuff (Results 1 – 3 of 3) sorted by relevance
105 uint8_t *tempbuff = SD_hs; in HAL_SDEx_HighSpeed() local149 *tempbuff = (uint8_t)(data & 0xFFU); in HAL_SDEx_HighSpeed()150 tempbuff++; in HAL_SDEx_HighSpeed()151 *tempbuff = (uint8_t)((data >> 8U) & 0xFFU); in HAL_SDEx_HighSpeed()152 tempbuff++; in HAL_SDEx_HighSpeed()153 *tempbuff = (uint8_t)((data >> 16U) & 0xFFU); in HAL_SDEx_HighSpeed()154 tempbuff++; in HAL_SDEx_HighSpeed()155 *tempbuff = (uint8_t)((data >> 24U) & 0xFFU); in HAL_SDEx_HighSpeed()156 tempbuff++; in HAL_SDEx_HighSpeed()
645 uint8_t *tempbuff = pData; in HAL_SD_ReadBlocks() local734 *tempbuff = (uint8_t)(data & 0xFFU); in HAL_SD_ReadBlocks()735 tempbuff++; in HAL_SD_ReadBlocks()736 *tempbuff = (uint8_t)((data >> 8U) & 0xFFU); in HAL_SD_ReadBlocks()737 tempbuff++; in HAL_SD_ReadBlocks()738 *tempbuff = (uint8_t)((data >> 16U) & 0xFFU); in HAL_SD_ReadBlocks()739 tempbuff++; in HAL_SD_ReadBlocks()740 *tempbuff = (uint8_t)((data >> 24U) & 0xFFU); in HAL_SD_ReadBlocks()741 tempbuff++; in HAL_SD_ReadBlocks()816 *tempbuff = (uint8_t)(data & 0xFFU); in HAL_SD_ReadBlocks()[all …]
475 uint32_t count = 0, *tempbuff = (uint32_t *)pReadBuffer; in HAL_SD_ReadBlocks() local544 *(tempbuff + count) = SDIO_ReadFIFO(hsd->Instance); in HAL_SD_ReadBlocks()547 tempbuff += 8; in HAL_SD_ReadBlocks()569 *(tempbuff + count) = SDIO_ReadFIFO(hsd->Instance); in HAL_SD_ReadBlocks()572 tempbuff += 8; in HAL_SD_ReadBlocks()632 *tempbuff = SDIO_ReadFIFO(hsd->Instance); in HAL_SD_ReadBlocks()633 tempbuff++; in HAL_SD_ReadBlocks()660 uint32_t *tempbuff = (uint32_t *)pWriteBuffer; in HAL_SD_WriteBlocks() local743 SDIO_WriteFIFO(hsd->Instance, tempbuff); in HAL_SD_WriteBlocks()744 tempbuff++; in HAL_SD_WriteBlocks()[all …]