Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h242 bool isEndOfQueue; /*!< Signals that the current transfer is the last in the queue.*/ member
914 SPI_PUSHR_PCS(command->whichPcs) | SPI_PUSHR_EOQ(command->isEndOfQueue) | in DSPI_MasterWriteData()
981 SPI_PUSHR_PCS(command->whichPcs) | SPI_PUSHR_EOQ(command->isEndOfQueue) | in DSPI_MasterGetFormattedCommand()
Dfsl_dspi.c687 command->isEndOfQueue = false; in DSPI_GetDefaultDataCommandConfig()
731 SPI_PUSHR_PCS(command->whichPcs) | SPI_PUSHR_EOQ(command->isEndOfQueue) | in DSPI_MasterWriteDataBlocking()
934 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferBlocking()
942 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferBlocking()
1180 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferPrepare()
1187 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferPrepare()
Dfsl_dspi_edma.c193 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferEDMA()
200 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferEDMA()