Searched refs:commandStruct (Results 1 – 2 of 2) sorted by relevance
918 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferBlocking() local932 commandStruct.whichPcs = in DSPI_MasterTransferBlocking()934 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferBlocking()935 commandStruct.clearTransferCount = false; in DSPI_MasterTransferBlocking()936 …commandStruct.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 …]
186 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferEDMA() local191 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()[all …]