Nios® V Processor Software Developer Handbook

ID 743810
Date 7/20/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

7.7.5.1. DMA Transmit Channel

alt_dma_txchan Structure

typedef struct alt_dma_txchan_dev_s 
   alt_dma_txchan_dev;
struct alt_dma_txchan_dev_s {
   alt_llist llist;
   const char* name;
   int (*space) (alt_dma_txchan dma);
   int (*send) (alt_dma_txchan dma,
      const void* from,
         alt_u32 len,
         alt_txchan_done* done,
         void* handle);
   int (*ioctl) (alt_dma_txchan dma, int req, 
         void* arg);
};