A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: fwi1652923581577
Ixiasoft
Visible to Intel only — GUID: fwi1652923581577
Ixiasoft
12.1.1.15. alt_dma_rxchan_depth()
Prototype
alt_u32 alt_dma_rxchan_depth(alt_dma_rxchan dma)Commonly Called By
C/C++ programsDevice drivers
Thread-safe
Yes.Available from ISR
No.Include
<sys/alt_dma.h>Description
The alt_dma_rxchan_depth() function returns the maximum number of receive requests that can be posted to the specified DMA transmit channel, dma.Whether this function is thread-safe, or can be called from an ISR, depends on the underlying device driver. In general it safest to assume that it is not thread-safe.