Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.c212 if (handle->state == (uint8_t)kLPSPI_Busy) in LPSPI_MasterTransferPrepareEDMALite()
297 if (handle->state == (uint8_t)kLPSPI_Busy) in LPSPI_MasterTransferEDMALite()
322 handle->state = (uint8_t)kLPSPI_Busy; in LPSPI_MasterTransferEDMALite()
695 if (handle->state != (uint8_t)kLPSPI_Busy) in LPSPI_MasterTransferGetCountEDMA()
781 if (handle->state == (uint8_t)kLPSPI_Busy) in LPSPI_SlaveTransferEDMA()
814 handle->state = (uint8_t)kLPSPI_Busy; in LPSPI_SlaveTransferEDMA()
1149 if (handle->state != (uint8_t)kLPSPI_Busy) in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpspi.c1305 if (handle->state == (uint8_t)kLPSPI_Busy)
1331 handle->state = (uint8_t)kLPSPI_Busy;
1591 if (handle->state != (uint8_t)kLPSPI_Busy)
1822 if (handle->state == (uint8_t)kLPSPI_Busy)
1847 handle->state = (uint8_t)kLPSPI_Busy;
2037 if (handle->state != (uint8_t)kLPSPI_Busy)
Dfsl_lpspi.h256 kLPSPI_Busy, /*!< Transfer queue is not finished. */ enumerator
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c859 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->masterHandle.state) ? (1U) : (0U); in LPSPI_EdmaGetStatus()
864 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->slaveHandle.state) ? (1U) : (0U); in LPSPI_EdmaGetStatus()
1254 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->masterHandle.state) ? (1U) : (0U); in LPSPI_InterruptGetStatus()
1259 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->slaveHandle.state) ? (1U) : (0U); in LPSPI_InterruptGetStatus()