Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c45 kSPDIF_Busy = 0x0U, /*!< SPDIF is busy */ enumerator
395 handle->state = kSPDIF_Busy; in SPDIF_TransferSendEDMA()
466 handle->state = kSPDIF_Busy; in SPDIF_TransferReceiveEDMA()
572 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetSendCountEDMA()
601 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetReceiveCountEDMA()
Dfsl_spdif.c22 kSPDIF_Busy = 0x0U, /*!< SPDIF is busy */ enumerator
466 handle->state = kSPDIF_Busy; in SPDIF_TransferSendNonBlocking()
513 handle->state = kSPDIF_Busy; in SPDIF_TransferReceiveNonBlocking()
550 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetSendCount()
578 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetReceiveCount()