Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/esai/
Dfsl_esai_edma.c32 kESAI_Busy = 0x0U, /*!< ESAI is busy */ enumerator
286 handle->state = (uint32_t)kESAI_Busy; in ESAI_TransferSendEDMA()
345 handle->state = (uint32_t)kESAI_Busy; in ESAI_TransferReceiveEDMA()
427 if (handle->state != (uint32_t)kESAI_Busy) in ESAI_TransferGetSendCountEDMA()
456 if (handle->state != (uint32_t)kESAI_Busy) in ESAI_TransferGetReceiveCountEDMA()
Dfsl_esai.c22 kESAI_Busy = 0x0U, /*!< ESAI is busy */ enumerator
950 handle->state = kESAI_Busy; in ESAI_TransferSendNonBlocking()
1003 handle->state = kESAI_Busy; in ESAI_TransferReceiveNonBlocking()
1029 if (handle->state != (uint32_t)kESAI_Busy) in ESAI_TransferGetSendCount()
1056 if (handle->state != (uint32_t)kESAI_Busy) in ESAI_TransferGetReceiveCount()