Home
last modified time | relevance | path

Searched refs:isEndOfQueue (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi.h228 bool isEndOfQueue; /*!< Signals that the current transfer is the last in the queue.*/ member
883 SPI_PUSHR_PCS(command->whichPcs) | SPI_PUSHR_EOQ(command->isEndOfQueue) | in DSPI_MasterWriteData()
950 SPI_PUSHR_PCS(command->whichPcs) | SPI_PUSHR_EOQ(command->isEndOfQueue) | in DSPI_MasterGetFormattedCommand()
Dfsl_dspi.c675 command->isEndOfQueue = false; in DSPI_GetDefaultDataCommandConfig()
719 SPI_PUSHR_PCS(command->whichPcs) | SPI_PUSHR_EOQ(command->isEndOfQueue) | in DSPI_MasterWriteDataBlocking()
920 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferBlocking()
928 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferBlocking()
1166 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferPrepare()
1173 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferPrepare()
Dfsl_dspi_edma.c187 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferEDMA()
194 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferEDMA()