Searched refs:DMA_AM_SRCAM_Pos (Results 1 – 4 of 4) sorted by relevance
49 DMA->CH[chn].AM = (src_addr_incr << DMA_AM_SRCAM_Pos) | in DMA_CHM_Config()
45 DMA->CH[chn].AM = (initStruct->SrcAddrInc << DMA_AM_SRCAM_Pos) | in DMA_CH_Init()
2260 #define DMA_AM_SRCAM_Pos 0 //Address Mode 0 地址固定 1 地址递增 2 scatter gather模式 macro2261 #define DMA_AM_SRCAM_Msk (0x03 << DMA_AM_SRCAM_Pos)
2091 #define DMA_AM_SRCAM_Pos 8 macro2092 #define DMA_AM_SRCAM_Msk (0x03 << DMA_AM_SRCAM_Pos)
Completed in 48 milliseconds