Searched refs:commandStruct (Results 1 – 2 of 2) sorted by relevance
904 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferBlocking() local918 commandStruct.whichPcs = in DSPI_MasterTransferBlocking()920 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferBlocking()921 commandStruct.clearTransferCount = false; in DSPI_MasterTransferBlocking()922 …commandStruct.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 …]
180 dspi_command_data_config_t commandStruct; in DSPI_MasterTransferEDMA() local185 commandStruct.whichPcs = in DSPI_MasterTransferEDMA()187 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferEDMA()188 commandStruct.clearTransferCount = false; in DSPI_MasterTransferEDMA()189 …commandStruct.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 …]