Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi_edma.c181 if (handle->state == kLPSPI_Busy) in LPSPI_MasterTransferEDMA()
186 handle->state = kLPSPI_Busy; in LPSPI_MasterTransferEDMA()
570 if (handle->state != kLPSPI_Busy) in LPSPI_MasterTransferGetCountEDMA()
635 if (handle->state == kLPSPI_Busy) in LPSPI_SlaveTransferEDMA()
640 handle->state = kLPSPI_Busy; in LPSPI_SlaveTransferEDMA()
991 if (handle->state != kLPSPI_Busy) in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpspi.c771 if (handle->state == kLPSPI_Busy) in LPSPI_MasterTransferNonBlocking()
776 handle->state = kLPSPI_Busy; in LPSPI_MasterTransferNonBlocking()
974 if (handle->state != kLPSPI_Busy) in LPSPI_MasterTransferGetCount()
1141 if (handle->state == kLPSPI_Busy) in LPSPI_SlaveTransferNonBlocking()
1145 handle->state = kLPSPI_Busy; in LPSPI_SlaveTransferNonBlocking()
1334 if (handle->state != kLPSPI_Busy) in LPSPI_SlaveTransferGetCount()
Dfsl_lpspi.h247 kLPSPI_Busy, /*!< Transfer queue is not finished. */ enumerator