Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.c155 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_MasterTransferEDMA()
160 handle->state = (uint8_t)kDSPI_Busy; in DSPI_MasterTransferEDMA()
1073 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_MasterTransferGetCountEDMA()
1169 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferEDMA()
1174 handle->state = (uint8_t)kDSPI_Busy; in DSPI_SlaveTransferEDMA()
1517 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferGetCountEDMA()
Dfsl_dspi.c1219 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_MasterTransferNonBlocking()
1224 handle->state = (uint8_t)kDSPI_Busy; in DSPI_MasterTransferNonBlocking()
1403 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_MasterTransferGetCount()
1766 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferNonBlocking()
1770 handle->state = (uint8_t)kDSPI_Busy; in DSPI_SlaveTransferNonBlocking()
1837 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferGetCount()
Dfsl_dspi.h217 kDSPI_Busy, /*!< Transfer queue is not finished. */ enumerator
/hal_nxp-3.5.0/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()