Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dma.h140 dma_channel_link_type_t linkType; /*!< Channel link type. */ member
Dfsl_dma.c145 …tmpreg |= (DMA_DCR_LINKCC(config->linkType) | DMA_DCR_LCH1(config->channel1) | DMA_DCR_LCH2(config… in DMA_SetChannelLinkConfig()