Home
last modified time | relevance | path

Searched refs:lastCommand (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.c197 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 …]
Dfsl_dspi.c895 uint32_t lastCommand; in DSPI_MasterTransferBlocking() local
931 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()
Dfsl_dspi_edma.h76 volatile uint32_t lastCommand; /*!< The desired last data command. */ member
Dfsl_dspi.h363 volatile uint32_t lastCommand; /*!< The desired last data command. */ member
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Hyperflash.c589 Qspi_Ip_LastCommandType lastCommand in Qspi_Ip_HyperflashStatusRegisterDecode() argument
595 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()
DQspi_Ip.c1108 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()
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Common.h60 …Qspi_Ip_LastCommandType lastCommand; /*!< Last command sent to the flash device … member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c98 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()
Dfsl_spi.h261 uint32_t lastCommand; /*!< Last command for transfer. */ member