Searched refs:lastCommand (Results 1 – 12 of 12) sorted by relevance
203 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()290 handle->lastCommand = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()291 handle->command = handle->lastCommand; in DSPI_MasterTransferEDMA()323 handle->lastCommand = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()324 handle->command = handle->lastCommand; in DSPI_MasterTransferEDMA()358 … base->PUSHR = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()407 base->PUSHR = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()505 uint32_t tmpLastCommand = handle->lastCommand; in DSPI_MasterTransferEDMA()518 handle->lastCommand = tmpLastCommand; in DSPI_MasterTransferEDMA()530 handle->lastCommand = (handle->lastCommand & 0xffff0000U) | wordToSend; in DSPI_MasterTransferEDMA()[all …]
909 uint32_t lastCommand; in DSPI_MasterTransferBlocking() local945 lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()980 base->PUSHR = (*txData) | (lastCommand); in DSPI_MasterTransferBlocking()985 base->PUSHR = (lastCommand) | (dummyData); in DSPI_MasterTransferBlocking()1080 base->PUSHR = lastCommand | wordToSend; in DSPI_MasterTransferBlocking()1190 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferPrepare()1497 base->PUSHR = handle->lastCommand | wordToSend; in DSPI_MasterTransferFillUpTxFifo()1556 base->PUSHR = handle->lastCommand | wordToSend; in DSPI_MasterTransferFillUpTxFifo()
80 volatile uint32_t lastCommand; /*!< The desired last data command. */ member
386 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()
1163 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_EraseBlock()1204 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_EraseChip()1227 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE_SUSPEND; in Qspi_Ip_ProgramSuspend()1249 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE; in Qspi_Ip_ProgramResume()1271 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE_SUSPEND; in Qspi_Ip_EraseSuspend()1293 state->lastCommand = QSPI_IP_LAST_COMMAND_ERASE; in Qspi_Ip_EraseResume()1383 …if ((state->lastCommand != QSPI_IP_LAST_COMMAND_NONE) && (NULL_PTR != state->configuration->errorC… in Qspi_Ip_GetMemoryStatus()1387 state->lastCommand = QSPI_IP_LAST_COMMAND_NONE; in Qspi_Ip_GetMemoryStatus()1738 state->lastCommand = QSPI_IP_LAST_COMMAND_WRITE; in Qspi_Ip_Program()1905 state->lastCommand = QSPI_IP_LAST_COMMAND_NONE; in Qspi_Ip_Init()
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()
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
60 …Qspi_Ip_LastCommandType lastCommand; /*!< Last command sent to the flash device … member
59 …Qspi_Ip_LastCommandType lastCommand; /*!< Last command sent to the flash device … member