Searched refs:DMA_CTL_DEST_MSIZE_Pos (Results 1 – 1 of 1) sorted by relevance
49 #define DMA_CTL_DEST_MSIZE_Pos (11) macro50 #define DMA_CTL_DEST_MSIZE_Mask (0x07U<<DMA_CTL_DEST_MSIZE_Pos)208 (DMA_InitStruct->DMA_PeripheralBurstSize << DMA_CTL_DEST_MSIZE_Pos)| in DMA_ConfigStream()223 (DMA_InitStruct->DMA_MemoryBurstSize << DMA_CTL_DEST_MSIZE_Pos)| in DMA_ConfigStream()
Completed in 3 milliseconds