Re-exportsยง
pub use dma_coherent::DmaCoherent;
pub use dma_stream::DmaDirection;
pub use dma_stream::DmaStream;
pub use dma_stream::DmaStreamSlice;
Modulesยง
- dma_
coherent ๐ - dma_
stream ๐
Enumsยง
Staticsยง
- DMA_
MAPPING_ ๐SET - Set of all physical addresses with dma mapping.
Traitsยง
- HasDaddr
- A trait for types that have mapped address in the device address space.
Functionsยง
- check_
and_ ๐insert_ dma_ mapping - Checks whether the physical addresses has dma mapping. Fail if they have been mapped, otherwise insert them.
- dma_
type - init
- remove_
dma_ ๐mapping - Removes a physical address from the dma mapping set.
Type Aliasesยง
- Daddr
- The device address.