Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c918 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferBlocking() local
932 commandStruct.whichPcs = in DSPI_MasterTransferBlocking()
934 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferBlocking()
935 commandStruct.clearTransferCount = false; in DSPI_MasterTransferBlocking()
936commandStruct.whichCtar = (uint8_t)((transfer->configFlags & DSPI_MASTER_CTAR_MASK) >> DSPI_MASTER… in DSPI_MasterTransferBlocking()
937 commandStruct.isPcsContinuous = in DSPI_MasterTransferBlocking()
940 command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()
942 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferBlocking()
943 commandStruct.isPcsContinuous = in DSPI_MasterTransferBlocking()
945 lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()
[all …]
Dfsl_dspi_edma.c186 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()
195commandStruct.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()
[all …]