Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_edma.c24 #define SAI_CHANNEL_MAP_MODULO(channel) ((channel) == 2U ? kEDMA_Modulo8bytes : kEDMA_Modulo16bytes) macro
543 SAI_CHANNEL_MAP_MODULO(handle->channelNums)); in SAI_TransferSendEDMA()
635 …EDMA_SetModulo(handle->dmaHandle->base, handle->dmaHandle->channel, SAI_CHANNEL_MAP_MODULO(handle-… in SAI_TransferReceiveEDMA()