[−][src]Trait samd_dma::storage::DmaStorage
Trait for accessing the base and write-back addresses of a storage unit.
Associated Types
Loading content...Required methods
fn baseaddr(&self) -> *const TransferDescriptor
Get the address for the base descriptor memory.
fn wbaddr(&self) -> *const TransferDescriptor
Get the address for the write-back descriptor memory.