Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c51 kXSPI_BusyRead = 0x2U, /*!< XSPI is busy write transfer. */ enumerator
1677 …handle->state = (xfer->cmdType == kXSPI_Read) ? (uint32_t)kXSPI_BusyRead : (uint32_t)kXSPI_BusyWri… in XSPI_TransferNonBlocking()
1686 if (handle->state == (uint32_t)kXSPI_BusyRead) in XSPI_TransferNonBlocking()