Searched refs:DMA_AM_DSTAM_Pos (Results 1 – 4 of 4) sorted by relevance
50 (dst_addr_incr << DMA_AM_DSTAM_Pos) | in DMA_CHM_Config()
46 (initStruct->DstAddrInc << DMA_AM_DSTAM_Pos) | in DMA_CH_Init()
2262 #define DMA_AM_DSTAM_Pos 8 macro2263 #define DMA_AM_DSTAM_Msk (0x03 << DMA_AM_DSTAM_Pos)
2085 #define DMA_AM_DSTAM_Pos 0 //Address Mode 0 地址固定 1 地址递增 2 scatter gather模式 macro2086 #define DMA_AM_DSTAM_Msk (0x03 << DMA_AM_DSTAM_Pos)
Completed in 67 milliseconds