DMA CPU specific definitions for the STM32 family.  
More...
Go to the source code of this file.
◆ dma_burst_t
Burst Transfer modes for F2/F4/F7. 
| Enumerator | 
|---|
| DMA_BURST_SINGLE  | single transfer  
 | 
| DMA_BURST_INCR4  | incremental burst of 4 beats  
 | 
| DMA_BURST_INCR8  | incremental burst of 8 beats  
 | 
| DMA_BURST_INCR16  | incremental burst of 16 beats  
 | 
Definition at line 71 of file cpu_dma.h.
 
 
◆ dma_fifo_thresh_t
Threshold selection in FIFO mode for F2/F4F7. 
| Enumerator | 
|---|
| DMA_FIFO_FULL_1_4  | 1/4 full FIFO  
 | 
| DMA_FIFO_FULL_1_2  | 1/2 full FIFO  
 | 
| DMA_FIFO_FULL_3_4  | 3/4 full FIFO  
 | 
| DMA_FIFO_FULL  | Full FIFO.  
 | 
Definition at line 81 of file cpu_dma.h.
 
 
◆ dma_mode_t
DMA modes. 
| Enumerator | 
|---|
| DMA_PERIPH_TO_MEM  | Peripheral to memory.  
 | 
| DMA_MEM_TO_PERIPH  | Memory to peripheral.  
 | 
| DMA_MEM_TO_MEM  | Memory to memory.  
 | 
Definition at line 62 of file cpu_dma.h.