Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.c578 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()
[all …]
Dfsl_dma.h264 bool isPeriph; /*!< select the request type */ member
274 bool isPeriph; /*!< DMA transfer is driven by peripheral */ member
472 …_SetChannelConfig(DMA_Type *base, uint32_t channel, dma_channel_trigger_t *trigger, bool isPeriph);