Home
last modified time | relevance | path

Searched refs:commandStruct (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c904 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferBlocking() local
918 commandStruct.whichPcs = in DSPI_MasterTransferBlocking()
920 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferBlocking()
921 commandStruct.clearTransferCount = false; in DSPI_MasterTransferBlocking()
922commandStruct.whichCtar = (uint8_t)((transfer->configFlags & DSPI_MASTER_CTAR_MASK) >> DSPI_MASTER… in DSPI_MasterTransferBlocking()
923 commandStruct.isPcsContinuous = in DSPI_MasterTransferBlocking()
926 command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()
928 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferBlocking()
929 commandStruct.isPcsContinuous = in DSPI_MasterTransferBlocking()
931 lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()
[all …]
Dfsl_dspi_edma.c180 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferEDMA() local
185 commandStruct.whichPcs = in DSPI_MasterTransferEDMA()
187 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferEDMA()
188 commandStruct.clearTransferCount = false; in DSPI_MasterTransferEDMA()
189commandStruct.whichCtar = (uint8_t)((transfer->configFlags & DSPI_MASTER_CTAR_MASK) >> DSPI_MASTER… in DSPI_MasterTransferEDMA()
190 commandStruct.isPcsContinuous = in DSPI_MasterTransferEDMA()
192 handle->command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()
194 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferEDMA()
195 commandStruct.isPcsContinuous = in DSPI_MasterTransferEDMA()
197 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()
[all …]