Lines Matching refs:isPeriph
578 config->isPeriph = false; in DMA_PrepareTransfer()
586 config->isPeriph = true; in DMA_PrepareTransfer()
593 config->isPeriph = true; in DMA_PrepareTransfer()
600 config->isPeriph = true; in DMA_PrepareTransfer()
622 …A_SetChannelConfig(DMA_Type *base, uint32_t channel, dma_channel_trigger_t *trigger, bool isPeriph) in DMA_SetChannelConfig() argument
642 tmpReg |= DMA_CHANNEL_CFG_PERIPHREQEN(isPeriph); in DMA_SetChannelConfig()
676 config->isPeriph = false; in DMA_PrepareChannelTransfer()
680 config->isPeriph = true; in DMA_PrepareChannelTransfer()
684 config->isPeriph = true; in DMA_PrepareChannelTransfer()
689 config->isPeriph = true; in DMA_PrepareChannelTransfer()
923 DMA_SetChannelConfig(handle->base, handle->channel, config->trigger, config->isPeriph); in DMA_SubmitChannelTransfer()
968 if (config->isPeriph) in DMA_SubmitTransfer()