Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.c161 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_MasterTransferEDMA()
166 handle->state = (uint8_t)kDSPI_Busy; in DSPI_MasterTransferEDMA()
1094 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_MasterTransferGetCountEDMA()
1193 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferEDMA()
1198 handle->state = (uint8_t)kDSPI_Busy; in DSPI_SlaveTransferEDMA()
1547 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferGetCountEDMA()
Dfsl_dspi.c1233 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_MasterTransferNonBlocking()
1238 handle->state = (uint8_t)kDSPI_Busy; in DSPI_MasterTransferNonBlocking()
1417 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_MasterTransferGetCount()
1783 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferNonBlocking()
1787 handle->state = (uint8_t)kDSPI_Busy; in DSPI_SlaveTransferNonBlocking()
1858 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferGetCount()
Dfsl_dspi.h231 kDSPI_Busy, /*!< Transfer queue is not finished. */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c823 stat.busy = ((uint8_t)kDSPI_Busy == dspi->handle->masterHandle.state) ? (1U) : (0U); in DSPI_EdmaGetStatus()
827 stat.busy = ((uint8_t)kDSPI_Busy == dspi->handle->slaveHandle.state) ? (1U) : (0U); in DSPI_EdmaGetStatus()