Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s_dma.c56 kI2S_DmaStateBusyLoopTransfer, /*!< I2S is busy loop transfer */ enumerator
478 if (handle->state == (uint32_t)kI2S_DmaStateBusyLoopTransfer) in I2S_TransferLoopDMA()
564 handle->state = (uint32_t)kI2S_DmaStateBusyLoopTransfer; in I2S_TransferLoopDMA()
831 if (i2sHandle->state != (uint32_t)kI2S_DmaStateBusyLoopTransfer) in I2S_DMACallback()