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