Searched refs:lastCommand (Results 1 – 9 of 9) sorted by relevance
197 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()284 handle->lastCommand = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()285 handle->command = handle->lastCommand; in DSPI_MasterTransferEDMA()317 handle->lastCommand = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()318 handle->command = handle->lastCommand; in DSPI_MasterTransferEDMA()352 … base->PUSHR = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()401 base->PUSHR = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()499 uint32_t tmpLastCommand = handle->lastCommand; in DSPI_MasterTransferEDMA()512 handle->lastCommand = tmpLastCommand; in DSPI_MasterTransferEDMA()524 handle->lastCommand = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()[all …]
895 uint32_t lastCommand; in DSPI_MasterTransferBlocking() local931 lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()966 base->PUSHR = (*txData) | (lastCommand); in DSPI_MasterTransferBlocking()971 base->PUSHR = (lastCommand) | (dummyData); in DSPI_MasterTransferBlocking()1066 base->PUSHR = lastCommand | wordToSend; in DSPI_MasterTransferBlocking()1176 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferPrepare()1483 base->PUSHR = handle->lastCommand | wordToSend; in DSPI_MasterTransferFillUpTxFifo()1542 base->PUSHR = handle->lastCommand | wordToSend; in DSPI_MasterTransferFillUpTxFifo()
76 volatile uint32_t lastCommand; /*!< The desired last data command. */ member
363 volatile uint32_t lastCommand; /*!< The desired last data command. */ member
589 Qspi_Ip_LastCommandType lastCommand in Qspi_Ip_HyperflashStatusRegisterDecode() argument595 switch (lastCommand) in Qspi_Ip_HyperflashStatusRegisterDecode()680 status = Qspi_Ip_HyperflashStatusRegisterDecode(SRValue, state->lastCommand); in Qspi_Ip_HyperflashGetMemoryStatus()704 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_HyperflashEraseNonVolatileConfigurationRegister()737 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE; in Qspi_Ip_HyperflashProgramNonVolatileConfigurationRegister()767 state->lastCommand = QSPI_IP_LAST_COMMAND_NONE; in Qspi_Ip_HyperflashGetNonVolatileConfigurationRegister()800 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE; in Qspi_Ip_HyperflashLoadVolatileConfigurationRegister()828 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_HyperflashSectorBlankCheck()890 state->lastCommand = QSPI_IP_LAST_COMMAND_NONE; in Qspi_Ip_HyperflashProgramBufferToFlashConfirm()1059 state->lastCommand = QSPI_IP_LAST_COMMAND_NONE; in Qspi_Ip_HyperflashReadId()
1108 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_EraseBlock()1140 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_EraseChip()1161 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE_SUSPEND; in Qspi_Ip_ProgramSuspend()1181 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE; in Qspi_Ip_ProgramResume()1201 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE_SUSPEND; in Qspi_Ip_EraseSuspend()1221 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_EraseResume()1300 …if ((state->lastCommand != QSPI_IP_LAST_COMMAND_NONE) && (NULL_PTR != state->configuration->errorC… in Qspi_Ip_GetMemoryStatus()1304 state->lastCommand = QSPI_IP_LAST_COMMAND_NONE; in Qspi_Ip_GetMemoryStatus()1637 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE; in Qspi_Ip_Program()1788 state->lastCommand = QSPI_IP_LAST_COMMAND_NONE; in Qspi_Ip_Init()
60 …Qspi_Ip_LastCommandType lastCommand; /*!< Last command sent to the flash device … member
98 base->TXCTL = handle->lastCommand; in SPI_SendTransfer()710 …handle->lastCommand = base->TXCTL & (SPI_TXCTL_LEN_MASK | SPI_TXCTL_RXIGNORE_MASK | SPI_TXCTL_EOF_… in SPI_MasterTransferNonBlocking()714 handle->lastCommand |= SPI_TXDATCTL_EOT_MASK; in SPI_MasterTransferNonBlocking()
261 uint32_t lastCommand; /*!< Last command for transfer. */ member