Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_dma.c361 line = config->dst_peripheral_request & GPDMA0_CH_CFGH_PER_Msk; in XMC_DMA_CH_Init()
366 line = config->dst_peripheral_request & GPDMA1_CH_CFGH_PER_Msk; in XMC_DMA_CH_Init()
369 peripheral = config->dst_peripheral_request >> GPDMA_CH_CFGH_PER_BITSIZE; in XMC_DMA_CH_Init()
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_dma.h434 …uint8_t dst_peripheral_request; /**< Destination peripheral request. See xmc_dma_map… member