Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_spi_dma.c47 kSPI_Busy /*!< SPI is busy tranferring data. */ enumerator
221 if (handle->state == kSPI_Busy) in SPI_MasterTransferDMA()
276 handle->state = kSPI_Busy; in SPI_MasterTransferDMA()
300 if (handle->state != kSPI_Busy) in SPI_MasterTransferGetCountDMA()
Dfsl_spi.c40 kSPI_Busy /*!< SPI is busy tranferring data. */ enumerator
827 if (handle->state == kSPI_Busy) in SPI_MasterTransferNonBlocking()
846 handle->state = kSPI_Busy; in SPI_MasterTransferNonBlocking()
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_spi_dma.c31 kSPI_Busy /*!< SPI is busy tranferring data. */ enumerator
241 if (handle->state == (uint8_t)kSPI_Busy) in SPI_MasterTransferDMA()
254 handle->state = (uint8_t)kSPI_Busy; in SPI_MasterTransferDMA()
554 if (handle->state != (uint8_t)kSPI_Busy) in SPI_MasterTransferGetCountDMA()
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_spi_dma.c31 kSPI_Busy /*!< SPI is busy tranferring data. */ enumerator
241 if (handle->state == (uint8_t)kSPI_Busy) in SPI_MasterTransferDMA()
254 handle->state = (uint8_t)kSPI_Busy; in SPI_MasterTransferDMA()
554 if (handle->state != (uint8_t)kSPI_Busy) in SPI_MasterTransferGetCountDMA()