|
VSF Documented
|
DMA scatter-gather descriptor structure. More...
#include <dma.h>
Data Fields | |
| vsf_dma_channel_mode_t | mode |
| DMA channel mode. | |
| vsf_dma_addr_t | src_address |
| Source address. | |
| vsf_dma_addr_t | dst_address |
| Destination address. | |
| uint32_t | count |
| vsf_dma_addr_t | next |
DMA scatter-gather descriptor structure.
| vsf_dma_channel_mode_t vsf_dma_channel_sg_desc_t::mode |
DMA channel mode.
| vsf_dma_addr_t vsf_dma_channel_sg_desc_t::src_address |
Source address.
| vsf_dma_addr_t vsf_dma_channel_sg_desc_t::dst_address |
Destination address.
| uint32_t vsf_dma_channel_sg_desc_t::count |
Number of data items to be transferred
| vsf_dma_addr_t vsf_dma_channel_sg_desc_t::next |
Next descriptor address. Reserved for driver use only - users should NOT initialize this field. The driver will set up the linked list chain internally in vsf_dma_channel_sg_config_desc().