Lines Matching refs:commandStruct

918     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()
948 …bitsPerFrame = (uint8_t)(((base->CTAR[commandStruct.whichCtar] & SPI_CTAR_FMSZ_MASK) >> SPI_CTAR_F… in DSPI_MasterTransferBlocking()
1172 …dspi_command_data_config_t commandStruct = {false, (uint8_t)kDSPI_Ctar0, (uint8_t)kDSPI_Pcs0, fals… in DSPI_MasterTransferPrepare() local
1178 commandStruct.whichPcs = in DSPI_MasterTransferPrepare()
1180 commandStruct.isEndOfQueue = false; in DSPI_MasterTransferPrepare()
1181 commandStruct.clearTransferCount = false; in DSPI_MasterTransferPrepare()
1182commandStruct.whichCtar = (uint8_t)((transfer->configFlags & DSPI_MASTER_CTAR_MASK) >> DSPI_MASTER… in DSPI_MasterTransferPrepare()
1183 commandStruct.isPcsContinuous = in DSPI_MasterTransferPrepare()
1185 handle->command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferPrepare()
1187 commandStruct.isEndOfQueue = true; in DSPI_MasterTransferPrepare()
1188 commandStruct.isPcsContinuous = in DSPI_MasterTransferPrepare()
1190 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferPrepare()
1192 …handle->bitsPerFrame = ((base->CTAR[commandStruct.whichCtar] & SPI_CTAR_FMSZ_MASK) >> SPI_CTAR_FMS… in DSPI_MasterTransferPrepare()