<< Previous | Next >> | |
|
int DMAunalloc( dma_chan_t handle );
Description
- This function deallocates a handle, effectively closing the DMA channel to which it was associated.
Parameter
- handle
- Handle for DMA channel; returned by
DMAalloc()
.
Return Value
0
: Success
-EINVAL
: ErrorLibrary
- DMA.LIB
See Also
- DMAalloc, DMAhandle2chan
Dynamic C Functions | << Previous | Next >> | rabbit.com |