pub type StreamHandle = u32;Expand description
A DMA stream handle is a unique identifier required to manipulate a DMA stream.
That handle is forged by the kernel at bootup time and vary from one boot to another.
The DMA stream handle can be retrieved by using the crate::syscall::get_dma_stream_handle
syscall.