We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e3f78 commit 793a9d5Copy full SHA for 793a9d5
src/gpdma.rs
@@ -12,7 +12,7 @@
12
//! transfer) that is supported by the processor (ie. they're not tied to specific channels). All
13
//! channels support direct and linked-buffer transfers. However, the channels do have different
14
//! capabilities (see RM0492 Rev 3 section 15.3.2 for full details), notably that channels 0-5 can
15
-//! only service transfers in a linear address space, while channels 6 & 7 can service transfers
+//! only service transfers in a linear address space, while channels 6 & 7 can also service transfers
16
//! using a 2D addressing scheme. Both GPDMA peripherals support the same requests/channel
17
//! capabilities.
18
//!
0 commit comments