Lines Matching refs:commandStruct
186 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferEDMA() local
191 commandStruct.whichPcs = in DSPI_MasterTransferEDMA()
193 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferEDMA()
194 commandStruct.clearTransferCount = false; in DSPI_MasterTransferEDMA()
195 …commandStruct.whichCtar = (uint8_t)((transfer->configFlags & DSPI_MASTER_CTAR_MASK) >> DSPI_MASTER… in DSPI_MasterTransferEDMA()
196 commandStruct.isPcsContinuous = in DSPI_MasterTransferEDMA()
198 handle->command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()
200 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferEDMA()
201 commandStruct.isPcsContinuous = in DSPI_MasterTransferEDMA()
203 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()
205 …handle->bitsPerFrame = ((base->CTAR[commandStruct.whichCtar] & SPI_CTAR_FMSZ_MASK) >> SPI_CTAR_FMS… in DSPI_MasterTransferEDMA()