Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi_edma.c155 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_MasterTransferEDMA()
160 handle->state = (uint8_t)kDSPI_Busy; in DSPI_MasterTransferEDMA()
1072 if (handle->state != (uint8_t)kDSPI_Busy) in DSPI_MasterTransferGetCountEDMA()
1168 if (handle->state == (uint8_t)kDSPI_Busy) in DSPI_SlaveTransferEDMA()
1173 handle->state = (uint8_t)kDSPI_Busy; in DSPI_SlaveTransferEDMA()
1516 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