[−][src]Module samd_dma::storage
Storage for DMA system base and write-back addresses.
The DMA system requires two contiguous blocks of memory to hold the first descriptor and write-back location for
each channel. This module provides StorageN structures to hold these blocks of memory, where 1 <= N <= 32.
Structs
| Storage1 | |
| Storage2 | |
| Storage3 | |
| Storage4 | |
| Storage5 | |
| Storage6 | |
| Storage7 | |
| Storage8 | |
| Storage9 | |
| Storage10 | |
| Storage11 | |
| Storage12 | |
| UnsafeStorage | A user allocated storage type. |
Traits
| DmaStorage | Trait for accessing the base and write-back addresses of a storage unit. |
Type Definitions
| CHANMAX |