Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c45 kSPDIF_Busy = 0x0U, /*!< SPDIF is busy */ enumerator
494 handle->state = kSPDIF_Busy; in SPDIF_TransferSendEDMA()
564 handle->state = kSPDIF_Busy; in SPDIF_TransferReceiveEDMA()
669 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetSendCountEDMA()
698 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetReceiveCountEDMA()
Dfsl_spdif.c22 kSPDIF_Busy = 0x0U, /*!< SPDIF is busy */ enumerator
470 handle->state = kSPDIF_Busy; in SPDIF_TransferSendNonBlocking()
517 handle->state = kSPDIF_Busy; in SPDIF_TransferReceiveNonBlocking()
554 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetSendCount()
582 if (handle->state != (uint32_t)kSPDIF_Busy) in SPDIF_TransferGetReceiveCount()