Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi_sdma.c40 kECSPI_Busy /*!< ECSPI is busy tranferring data. */ enumerator
333 if (handle->state == (uint32_t)kECSPI_Busy) in ECSPI_MasterTransferSDMA()
344 handle->state = (uint32_t)kECSPI_Busy; in ECSPI_MasterTransferSDMA()
404 if (handle->state == (uint32_t)kECSPI_Busy) in ECSPI_SlaveTransferSDMA()
415 handle->state = (uint32_t)kECSPI_Busy; in ECSPI_SlaveTransferSDMA()
Dfsl_ecspi.c24 kECSPI_Busy /*!< ECSPI is busy tranferring data. */ enumerator
726 if (handle->state == (uint32_t)kECSPI_Busy) in ECSPI_MasterTransferNonBlocking()
746 handle->state = kECSPI_Busy; in ECSPI_MasterTransferNonBlocking()