Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

15.1.1.17. alt_dma_txchan_close()

Prototype

int alt_dma_txchan_close (alt_dma_txchan txchan)

Commonly Called By

C/C++ programs

Device drivers

Thread-safe

Yes.

Available from ISR

No.

Include

<sys/alt_dma.h>

Description

The alt_dma_txchan_close function notifies the system that the application has finished using the DMA transmit channel, txchan. The current implementation always succeeds.

Return

The return value is zero.