Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

14.1.17. alt_dma_rxchan_open()

Prototype

alt_dma_rxchan alt_dma_rxchan_open (const char* name)

Commonly Called By

C/C++ programs

Device drivers

Thread-safe

Yes.

Available from ISR

No.

Include

<sys/alt_dma.h>

Description

The alt_dma_rxchan_open() function obtains an alt_dma_rxchan descriptor for a DMA receive channel. The input argument, name, is the name of the associated physical device, for example, /dev/dma_0.

Return

The return value is null on failure and non-null otherwise. If an error occurs, errno is set to ENODEV.