Searched refs:tmpLastCommand (Results 1 – 1 of 1) sorted by relevance
499 uint32_t tmpLastCommand = handle->lastCommand; in DSPI_MasterTransferEDMA() local504 tmpLastCommand = (tmpLastCommand & 0xffff0000U) | tmpTxData[bufferIndex - 1U]; in DSPI_MasterTransferEDMA()508 … tmpLastCommand = (tmpLastCommand & 0xffff0000U) | ((uint32_t)tmpTxData[bufferIndex - 1U] << 8U) | in DSPI_MasterTransferEDMA()512 handle->lastCommand = tmpLastCommand; in DSPI_MasterTransferEDMA()